diff --git a/environment-dev.yml b/environment-dev.yml index 4a1723e8a5..820c6c6c18 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,7 +5,7 @@ channels: - nvidia - conda-forge dependencies: - - numpy>=1.24,<2.0 + - numpy>=1.24 - pytorch>=1.9 - torchio - torchvision diff --git a/requirements.txt b/requirements.txt index e184322c13..7ccf96397e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ torch>=1.9 -numpy>=1.24,<2.0 +numpy>=1.24 diff --git a/setup.cfg b/setup.cfg index 0c69051218..13e7318e4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ setup_requires = packaging install_requires = torch>=1.9 - numpy>=1.24,<2.0 + numpy>=1.24 [options.extras_require] all =