diff --git a/requirements_dev.txt b/requirements_dev.txt index 18e0e9cab..276788975 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ attrs == 24.2.0 click==8.1.7 netCDF4==1.7.1.post2 numba==0.60.0 -numpy==2.1.1 +numpy==2.0.2 odfpy==1.4.1 openpyxl==3.1.5 pandas==2.2.2 diff --git a/setup.cfg b/setup.cfg index 8d6615db1..7915912e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = click>=8.1.3 netCDF4>=1.5.7 numba>=0.55.0 - numpy>=1.21.2,<2.2 + numpy>=1.21.2,<2.1 odfpy>=1.4.1 openpyxl>=3.0.10 pandas>=1.3.4