diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 0c874fdac77..1a6d8338f4b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -70,7 +70,7 @@ jobs: include: # Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any) - python-version: '3.11' - numpy-version: '1.24' + numpy-version: '1.25' pandas-version: '=2.0' xarray-version: '=2023.04' optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery' diff --git a/environment.yml b/environment.yml index c9a9932f596..ea31ded784d 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: # Required dependencies - gmt=6.5.0 - ghostscript=10.04.0 - - numpy>=1.24 + - numpy>=1.25 - pandas>=2.0 - xarray>=2023.04 - netCDF4 diff --git a/pyproject.toml b/pyproject.toml index 184c2dbdece..b4907e6dc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "License :: OSI Approved :: BSD License", ] dependencies = [ - "numpy>=1.24", + "numpy>=1.25", "pandas>=2.0", "xarray>=2023.04", "netCDF4", diff --git a/requirements.txt b/requirements.txt index c74fbb0c511..61f6282dc7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Required packages -numpy>=1.24 +numpy>=1.25 pandas>=2.0 xarray>=2023.04 netCDF4