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