Skip to content

Commit

Permalink
DEP: xarray>=2024.7 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Oct 31, 2024
1 parent 7f94df0 commit fca24e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
include:
- python-version: '3.10'
rasterio-version: ''
xarray-version: '==2022.3.0'
xarray-version: '==2024.7.0'
numpy-version: '<2'
run-with-scipy: 'YES'
gdal-version: '3.6.4'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = ">=3.10"
dependencies = [
"packaging",
"rasterio>=1.3",
"xarray>=2022.3.0",
"xarray>=2024.7.0",
"pyproj>=3.3",
"numpy>=1.23",
]
Expand Down

0 comments on commit fca24e3

Please sign in to comment.