diff --git a/requirements_dev.txt b/requirements_dev.txt index 276788975..d4b9bfde8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,21 +3,21 @@ pip>=18.0 wheel>=0.38.0 # glotaran setup dependencies -asteval==1.0.3 +asteval==1.0.5 attrs == 24.2.0 click==8.1.7 -netCDF4==1.7.1.post2 +netCDF4==1.7.2 numba==0.60.0 -numpy==2.0.2 +numpy==2.1.2 odfpy==1.4.1 openpyxl==3.1.5 -pandas==2.2.2 +pandas==2.2.3 pydantic==2.7.2 ruamel.yaml==0.18.6 scipy==1.14.1 sdtfile==2024.5.24 tabulate==0.9.0 -xarray==2024.9.0 +xarray==2024.10.0 # documentation dependencies -r docs/requirements.txt diff --git a/setup.cfg b/setup.cfg index 7a6e33ef9..2653c48fb 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.1 + numpy>=1.21.2,<2.2 odfpy>=1.4.1 openpyxl>=3.0.10 pandas>=1.3.4