We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f94df0 commit fca24e3Copy full SHA for fca24e3
.github/workflows/tests.yaml
@@ -41,7 +41,7 @@ jobs:
41
include:
42
- python-version: '3.10'
43
rasterio-version: ''
44
- xarray-version: '==2022.3.0'
+ xarray-version: '==2024.7.0'
45
numpy-version: '<2'
46
run-with-scipy: 'YES'
47
gdal-version: '3.6.4'
pyproject.toml
@@ -35,7 +35,7 @@ requires-python = ">=3.10"
35
dependencies = [
36
"packaging",
37
"rasterio>=1.3",
38
- "xarray>=2022.3.0",
+ "xarray>=2024.7.0",
39
"pyproj>=3.3",
40
"numpy>=1.23",
]
0 commit comments