Skip to content

Commit

Permalink
DEP: xarray 2022.3.0+ & numpy 1.23+
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Dec 22, 2023
1 parent d700541 commit cd369af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
include:
- python-version: '3.10'
rasterio-version: ''
xarray-version: '==0.17'
pandas-version: '<2'
xarray-version: ''
pandas-version: ''
run-with-scipy: 'YES'
gdal-version: '3.6.4'
- python-version: '3.10'
Expand Down
1 change: 1 addition & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Latest
-------
- DEP: Support Python 3.10-3.12 (pull #723)
- DEP: rasterio 1.3+, pyproj 3.3+ (pull #725, #727)
- DEP: xarray 2022.3.0+ & numpy 1.23+ (pull #728)

0.15.0
------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ python_requires = >=3.10
install_requires =
packaging
rasterio>=1.3
xarray>=0.17
xarray>=2022.3.0
pyproj>=3.3
numpy>=1.21
numpy>=1.23

[options.package_data]
rioxarray =
Expand Down

0 comments on commit cd369af

Please sign in to comment.