diff --git a/requirements.txt b/requirements.txt index 392b9d5d..f7af3530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ hydra-core>=1.2.0 -numpy>=1.21.5,<=2 +numpy>=1.21.5,<2 pandas>=1.4.2 torch>=1.11.0 matplotlib>=3.5.2 diff --git a/setup.cfg b/setup.cfg index 0e2ebec7..9ffaf9dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ version = attr: move.__version__ include_package_data = True install_requires = hydra-core - numpy + numpy<2 pandas torch matplotlib