diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 262e8ffddb1..a7ebbe42c00 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -74,7 +74,7 @@ jobs: - python-version: '3.11' numpy-version: '1.25' pandas-version: '=2.1' - xarray-version: '=2023.04' + xarray-version: '=2023.07' optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray sphinx-gallery' # Python 3.13 + core packages (latest versions) + optional packages - python-version: '3.13' diff --git a/environment.yml b/environment.yml index be4b4841761..2bb8f3cd8a7 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - ghostscript=10.04.0 - numpy>=1.25 - pandas>=2.1 - - xarray>=2023.04 + - xarray>=2023.07 - netCDF4 - packaging # Optional dependencies diff --git a/pyproject.toml b/pyproject.toml index 53f968c9537..5521296a47a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ dependencies = [ "numpy>=1.25", "pandas>=2.1", - "xarray>=2023.04", + "xarray>=2023.07", "netCDF4", "packaging", ] diff --git a/requirements.txt b/requirements.txt index 26eb08060a6..cb66a64b24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Required packages numpy>=1.25 pandas>=2.1 -xarray>=2023.04 +xarray>=2023.07 netCDF4 packaging