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 3ad26d6 commit 84d7e75
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
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
4 changes: 2 additions & 2 deletions ci/requirements/environment.yml
Expand Up @@ -37,7 +37,7 @@ dependencies:
- scipy
- shapely >=2.0
- ujson
- xarray >=2022.03.0
- xarray >=2023.04.0

# hydrosignatures deps
- numpy
Expand Down Expand Up @@ -76,7 +76,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 Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -43,15 +43,15 @@ dependencies = [
"matplotlib>=3.5",
"numpy>=1.21",
"pandas>=1",
"pygeoogc<0.16,>=0.15",
"pygeoogc<0.16,>=0.15.1",
"pygeoutils<0.16,>=0.15",
"pynhd<0.16,>=0.15",
"pyproj>=3.0.1",
"rioxarray>=0.11",
"scipy",
"shapely>=1.8.5",
"ujson",
"xarray>=2022.03",
"xarray>=2023.04",
]
[project.optional-dependencies]
stac = [
Expand Down

0 comments on commit 84d7e75

Please sign in to comment.