diff --git a/pyproject.toml b/pyproject.toml index a14cfa2eb..6eaeeb4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "asteval>=0.9.22,!=0.9.28", "netcdf4>=1.5.7", "numba>=0.55", - "numpy>=1.21.2,<2.1", + "numpy>=1.21.2,<2.3", "odfpy>=1.4.1", "openpyxl>=3.0.10", "pandas>=1.3.4", diff --git a/requirements_pinned.txt b/requirements_pinned.txt index 271121874..ae681e948 100644 --- a/requirements_pinned.txt +++ b/requirements_pinned.txt @@ -1,15 +1,15 @@ # glotaran setup dependencies -asteval==1.0.2 -netCDF4==1.7.1.post1 -numba==0.60.0 -numpy==2.0.1 +asteval==1.0.8 +netCDF4==1.7.4 +numba==0.64.0 +numpy==2.2.6 odfpy==1.4.1 openpyxl==3.1.5 pandas==2.2.2 -pydantic==2.10.0 -ruamel.yaml==0.18.6 -scipy==1.14.1 +pydantic==2.12.5 +ruamel.yaml==0.19.1 +scipy==1.15.3 sdtfile==2024.5.24 -tabulate==0.9.0 -typing_extensions==4.12.2 +tabulate==0.10.0 +typing_extensions==4.15.0 xarray==2024.7.0