Skip to content

Commit

Permalink
MNT: Decrease the min xarray version to 2023.01 since 04 dropped supp…
Browse files Browse the repository at this point in the history
…ort for py38. [skip ci]
  • Loading branch information
Taher Chegini committed Sep 9, 2023
1 parent 44b5823 commit caa6b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 >=2023.04.0
- xarray >=2023.01.0

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

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

Expand All @@ -118,7 +118,7 @@ dependencies:
- rioxarray >=0.11.0
- scipy
- shapely >=2.0
- xarray >=2023.04.0
- xarray >=2023.01.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 >=2023.04.0
- xarray >=2023.01.0

# optional deps for speeding up some operations
- bottleneck
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- scipy
- shapely >=2.0
- ujson
- xarray >=2023.04.0
- xarray >=2023.01.0

# pynhd deps
# - async-retriever >=0.3.6
Expand Down

0 comments on commit caa6b63

Please sign in to comment.