Skip to content

Commit

Permalink
MNT: Increase the min version of xarray to 2023.04 to support pandas …
Browse files Browse the repository at this point in the history
…2. [skip ci]
  • Loading branch information
Taher Chegini committed Sep 2, 2023
1 parent a95fe54 commit cd6453b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ci/requirements/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- scipy
- shapely >=2.0
- ujson
- xarray >=2022.03.0
- xarray >=2023.04.0

# hydrosignatures deps
- numpy
Expand All @@ -64,7 +64,7 @@ dependencies:
- rioxarray >=0.11
- scipy
- shapely >=2.0
- xarray >=2022.03.0
- xarray >=2023.04.0
# optional dep
- pyflwdir >=0.5.6

Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies:
- rasterio >=1.2
- scipy
- shapely >=2.0
- xarray >=2022.03.0
- xarray >=2023.04.0
# optional deps
- numba

Expand All @@ -118,7 +118,7 @@ dependencies:
- rioxarray >=0.11.0
- scipy
- shapely >=2.0
- xarray >=2022.03.0
- xarray >=2023.04.0
# optional deps
- planetary-computer
- pystac-client
Expand All @@ -131,7 +131,7 @@ dependencies:
# - pygeoutils >=0.13.10
- pyproj >=2.2
- rioxarray >=0.11
- xarray >=2022.03.0
- xarray >=2023.04.0

# optional deps for speeding up some operations
- bottleneck
Expand Down
6 changes: 3 additions & 3 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- scipy
- shapely >=2.0
- ujson
- xarray >=2022.03.0
- xarray >=2023.04.0

# py3dep
# - async-retriever >=0.3.6
Expand All @@ -53,7 +53,7 @@ dependencies:
- rioxarray >=0.11
- scipy
- shapely >=2.0
- xarray >=2022.03.0
- xarray >=2023.04.0
# optional dep
- pyflwdir

Expand All @@ -71,7 +71,7 @@ dependencies:
- rasterio >=1.2
- scipy
- shapely >=2.0
- xarray >=2022.03.0
- xarray >=2023.04.0

# optional deps to speed up xarray and pydaymet
- bottleneck
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"pyproj>=3.0.1",
"scipy",
"shapely>=1.8.5",
"xarray>=2022.03",
"xarray>=2023.04",
]
[project.optional-dependencies]
speedup = [
Expand Down

0 comments on commit cd6453b

Please sign in to comment.