From d9add3d27ba5b5890f2d59205481b7afa9564741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:56:03 +0200 Subject: [PATCH] build(deps): bump torch from `2.2.2` to `2.3.0` & torchvision from `<0.18.0` to `<0.19.0` in /requirements (#2522,#2523) * build(deps): bump torch from 2.2.2 to 2.3.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * build(deps): update torchvision requirement from <0.18.0,>=0.8 to >=0.8,<0.19.0 in /requirements (#2523) build(deps): update torchvision requirement in /requirements Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.8.0...v0.18.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/audio.txt | 2 +- requirements/base.txt | 2 +- requirements/detection.txt | 2 +- requirements/image.txt | 2 +- requirements/typing.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/audio.txt b/requirements/audio.txt index 2d1069545d4..6b30a8eaa4d 100644 --- a/requirements/audio.txt +++ b/requirements/audio.txt @@ -4,5 +4,5 @@ # this need to be the same as used inside speechmetrics pesq @ git+https://github.com/ludlows/python-pesq pystoi >=0.3.0, <0.5.0 -torchaudio >=0.10.0, <2.3.0 +torchaudio >=0.10.0, <2.4.0 gammatone @ https://github.com/detly/gammatone/archive/master.zip#egg=Gammatone diff --git a/requirements/base.txt b/requirements/base.txt index 5b52bf8cbca..e41bba57f7b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,7 +3,7 @@ numpy >1.20.0 packaging >17.1 -torch >=1.10.0, <2.3.0 +torch >=1.10.0, <2.4.0 typing-extensions; python_version < '3.9' lightning-utilities >=0.8.0, <0.12.0 pretty-errors ==1.2.25 diff --git a/requirements/detection.txt b/requirements/detection.txt index b0877d9b98c..cc7fe23dc17 100644 --- a/requirements/detection.txt +++ b/requirements/detection.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -torchvision >=0.8, <0.18.0 +torchvision >=0.8, <0.19.0 pycocotools >2.0.0, <=2.0.7 diff --git a/requirements/image.txt b/requirements/image.txt index 8f495988f38..3282f635b52 100644 --- a/requirements/image.txt +++ b/requirements/image.txt @@ -2,5 +2,5 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment scipy >1.0.0, <1.11.0 -torchvision >=0.8, <0.18.0 +torchvision >=0.8, <0.19.0 torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing diff --git a/requirements/typing.txt b/requirements/typing.txt index 71ca3a8e1fa..ee1daf84d57 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy ==1.9.0 -torch ==2.2.2 +torch ==2.3.0 types-PyYAML types-emoji