Skip to content

Commit 5b4c87a

Browse files
author
Taher Chegini
committed
MNT: Increase the min version of xarray to 2023.04 to support pandas 2. [skip ci]
1 parent 641723d commit 5b4c87a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ci/requirements/environment-dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- scipy
4444
- shapely >=2.0
4545
- ujson
46-
- xarray >=2022.03.0
46+
- xarray >=2023.04.0
4747

4848
# hydrosignatures deps
4949
- numpy
@@ -64,7 +64,7 @@ dependencies:
6464
- rioxarray >=0.11
6565
- scipy
6666
- shapely >=2.0
67-
- xarray >=2022.03.0
67+
- xarray >=2023.04.0
6868
# optional dep
6969
- pyflwdir >=0.5.6
7070

@@ -96,7 +96,7 @@ dependencies:
9696
- rasterio >=1.2
9797
- scipy
9898
- shapely >=2.0
99-
- xarray >=2022.03.0
99+
- xarray >=2023.04.0
100100
# optional deps
101101
- numba
102102

@@ -118,7 +118,7 @@ dependencies:
118118
- rioxarray >=0.11.0
119119
- scipy
120120
- shapely >=2.0
121-
- xarray >=2022.03.0
121+
- xarray >=2023.04.0
122122
# optional deps
123123
- planetary-computer
124124
- pystac-client
@@ -131,7 +131,7 @@ dependencies:
131131
# - pygeoutils >=0.13.10
132132
- pyproj >=2.2
133133
- rioxarray >=0.11
134-
- xarray >=2022.03.0
134+
- xarray >=2023.04.0
135135

136136
# optional deps for speeding up some operations
137137
- bottleneck

ci/requirements/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- scipy
3737
- shapely >=2.0
3838
- ujson
39-
- xarray >=2022.03.0
39+
- xarray >=2023.04.0
4040

4141
# py3dep
4242
# - async-retriever >=0.3.6
@@ -49,7 +49,7 @@ dependencies:
4949
- rioxarray >=0.11
5050
- scipy
5151
- shapely >=2.0
52-
- xarray >=2022.03.0
52+
- xarray >=2023.04.0
5353
# optional dep
5454
- pyflwdir >=0.5.6
5555

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"rioxarray>=0.11",
4444
"scipy",
4545
"shapely>=1.8.5",
46-
"xarray>=2022.03",
46+
"xarray>=2023.04",
4747
]
4848
[project.optional-dependencies]
4949
dem = [

0 commit comments

Comments
 (0)