From cd369af71c61e87fcfd85727242c7310de4d95aa Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 22 Dec 2023 10:55:35 -0600 Subject: [PATCH] DEP: xarray 2022.3.0+ & numpy 1.23+ --- .github/workflows/tests.yaml | 4 ++-- docs/history.rst | 1 + setup.cfg | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 143d07ca..aa34d31e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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' diff --git a/docs/history.rst b/docs/history.rst index 06c88ab5..de1dea74 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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 ------ diff --git a/setup.cfg b/setup.cfg index 9fcc82e8..853ad6c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =