diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 0bc4a9ee277c6..3884652fd66c1 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/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/fabric/examples.txt b/requirements/fabric/examples.txt index 43bb03e07cc80..e4d4136b6b0c4 100644 --- a/requirements/fabric/examples.txt +++ b/requirements/fabric/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.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 7e02a2f4bea99..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.14.0 +torchvision>=0.11.1, <=0.14.1 gym[classic_control]>=0.17.0, <0.26.3 ipython[all] <8.6.1