Skip to content

Commit fca24e3

Browse files
authored
DEP: xarray>=2024.7 (#819)
1 parent 7f94df0 commit fca24e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
include:
4242
- python-version: '3.10'
4343
rasterio-version: ''
44-
xarray-version: '==2022.3.0'
44+
xarray-version: '==2024.7.0'
4545
numpy-version: '<2'
4646
run-with-scipy: 'YES'
4747
gdal-version: '3.6.4'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requires-python = ">=3.10"
3535
dependencies = [
3636
"packaging",
3737
"rasterio>=1.3",
38-
"xarray>=2022.3.0",
38+
"xarray>=2024.7.0",
3939
"pyproj>=3.3",
4040
"numpy>=1.23",
4141
]

0 commit comments

Comments
 (0)