Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump mlflow[extras] from 2.0.1 to 2.2.2 Bumps [mlflow[extras]](https://github.com/mlflow/mlflow) from 2.0.1 to 2.2.2. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.0.1...v2.2.2) --- updated-dependencies: - dependency-name: mlflow[extras] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * feat: Add a minimal Dockerfile * ci: Add support for -minimal tags in CI * ci: Change cluster * fix: Fix makefile * ci: Fix dockerfile variable passing in ci.yaml * ci: Add hosted tool cache cleanup See https://github.com/orgs/community/discussions/25678 * ci: Print the size of the hosted tool cache * ci: Remove CodeQL and go tool cache to save space * ci: Add proper tests for minimal image * ci: Configure test preset * feat: Use CUDA 11.7.1 by default * ci: Change preset to 3090 * deps: Bump dependencies Bump wandb[aws] from 0.13.6 to 0.13.11 Bumps [wandb[aws]](https://github.com/wandb/wandb) from 0.13.6 to 0.13.11. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](wandb/wandb@v0.13.6...v0.13.11) --- updated-dependencies: - dependency-name: wandb[aws] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Bump matplotlib from 3.6.2 to 3.7.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.6.2...v3.7.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump opencv-python-headless from 4.6.0.66 to 4.7.0.72 Bumps [opencv-python-headless](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.7.0.72. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump scipy from 1.9.3 to 1.10.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.9.3...v1.10.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump jupyterlab from 3.5.1 to 3.6.1 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.5.1 to 3.6.1. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump tensorflow-gpu from 2.10.1 to 2.12.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.10.1 to 2.12.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump future from 0.18.2 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Bump pillow from 9.3.0 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.3.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Bump ipywidgets from 8.0.3 to 8.0.4 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.0.3...8.0.4) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](asottile/pyupgrade@v3.3.1...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) * deps: Bump aws-cli, neuro-all, torch, tensorflow * deps: Update tf to 2.13.0 * feat: Use CUDA 11.8 * feat: Use CUDA 11.8 in ci * fix: Fix missing cudnn8 in the base image matrix * fix: Add a script for libdevice.10.bc install --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information