Skip to content

Commit 2b07b22

Browse files
authored
SPEC 0: Bump minimum supported version to Xarray 2023.10 (#4091)
1 parent d638b31 commit 2b07b22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- python-version: '3.11'
7575
numpy-version: '1.26'
7676
pandas-version: '=2.2'
77-
xarray-version: '=2023.07'
77+
xarray-version: '=2023.10'
7878
optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'
7979
# Python 3.13 + core packages (latest versions) + optional packages
8080
- python-version: '3.13'

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- ghostscript=10.04.0
1010
- numpy>=1.26
1111
- pandas>=2.2
12-
- xarray>=2023.07
12+
- xarray>=2023.10
1313
- packaging>=24.2
1414
# Optional dependencies
1515
- contextily>=1.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
dependencies = [
3838
"numpy>=1.26",
3939
"pandas>=2.2",
40-
"xarray>=2023.07",
40+
"xarray>=2023.10",
4141
"packaging>=24.2",
4242
]
4343
dynamic = ["version"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Required packages
22
numpy>=1.26
33
pandas>=2.2
4-
xarray>=2023.07
4+
xarray>=2023.10
55
packaging>=24.2

0 commit comments

Comments
 (0)