Skip to content

Commit

Permalink
MNT: Bump min versions of hyriver libs. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 6, 2024
1 parent 3b69e48 commit 3e78ab0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ dynamic = [
"version",
]
dependencies = [
"async-retriever<0.18,>=0.17",
"async-retriever<0.19,>=0.18",
"cytoolz",
"geopandas>=0.10",
"geopandas>=1",
"networkx",
"numpy>=1.21",
"numpy>=2",
"pandas>=1",
"pyarrow>=1.0.1",
"pygeoogc<0.18,>=0.17",
"pygeoutils<0.18,>=0.17",
"pygeoogc<0.19,>=0.18",
"pygeoutils<0.19,>=0.18",
"shapely>=2",
]
optional-dependencies.nhdplus = [
Expand Down

0 comments on commit 3e78ab0

Please sign in to comment.