From 38ff245a691f79e2f6f5bcf4258bbc83b709b591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:41:29 +0000 Subject: [PATCH 1/2] 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.11.1...v0.14.1) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/lite/examples.txt | 2 +- requirements/pytorch/examples.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lite/examples.txt b/requirements/lite/examples.txt index 43bb03e07cc80..5c201b3756ce6 100644 --- a/requirements/lite/examples.txt +++ b/requirements/lite/examples.txt @@ -1,4 +1,4 @@ # 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.10.0, <=0.13.0 +torchvision>=0.10.0, <0.15.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 7e02a2f4bea99..d2b6e15f42830 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -1,6 +1,6 @@ # 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.11.1, <=0.14.0 +torchvision>=0.11.1, <0.15.0 gym[classic_control]>=0.17.0, <0.26.3 ipython[all] <8.6.1 From 2f9d9ee56700299edb96f3b8f6cbf4bce9e2dc03 Mon Sep 17 00:00:00 2001 From: Jirka Date: Mon, 19 Dec 2022 07:57:41 +0100 Subject: [PATCH 2/2] torch --- requirements/lite/base.txt | 2 +- requirements/lite/examples.txt | 2 +- requirements/pytorch/base.txt | 2 +- requirements/pytorch/examples.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/lite/base.txt b/requirements/lite/base.txt index 0bc4a9ee277c6..3884652fd66c1 100644 --- a/requirements/lite/base.txt +++ b/requirements/lite/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment numpy>=1.17.2, <1.23.1 -torch>=1.10.0, <=1.13.0 +torch>=1.10.0, <=1.13.1 fsspec[http]>2021.06.0, <2022.6.0 packaging>=17.0, <=21.3 typing-extensions>=4.0.0, <=4.4.0 diff --git a/requirements/lite/examples.txt b/requirements/lite/examples.txt index 5c201b3756ce6..e4d4136b6b0c4 100644 --- a/requirements/lite/examples.txt +++ b/requirements/lite/examples.txt @@ -1,4 +1,4 @@ # 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.10.0, <0.15.0 +torchvision>=0.10.0, <=0.14.1 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 01b2b8483cc29..dede48350a3fe 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment numpy>=1.17.2, <1.23.1 -torch>=1.10.0, <=1.13.0 +torch>=1.10.0, <=1.13.1 tqdm>=4.57.0, <4.65.0 PyYAML>=5.4, <=6.0 fsspec[http]>2021.06.0, <2022.8.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index d2b6e15f42830..ebd1bf0576b52 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -1,6 +1,6 @@ # 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.11.1, <0.15.0 +torchvision>=0.11.1, <=0.14.1 gym[classic_control]>=0.17.0, <0.26.3 ipython[all] <8.6.1