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 e5c0f60 commit eb5aa69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ dynamic = [
"version",
]
dependencies = [
"async-retriever<0.18,>=0.17",
"async-retriever<0.19,>=0.18",
"click>=0.7",
"geopandas>=0.10",
"numpy>=1.21",
"geopandas>=1",
"numpy>=2",
"pandas>=1",
"pygeoogc<0.18,>=0.17",
"pygeoutils<0.18,>=0.17",
"pygeoogc<0.19,>=0.18",
"pygeoutils<0.19,>=0.18",
"pyproj>=3.0.1",
"shapely>=2",
"xarray>=2023.1",
Expand Down Expand Up @@ -198,7 +198,7 @@ lint.pydocstyle.convention = "numpy"

[tool.codespell]
skip = "__pycache__,_build,.mypy_cache,.git,./htmlcov,.nox,**/us_abbrs.py,cache"
ignore-words-list = "gage,gages,paramss,trough"
ignore-words-list = "metdata"

[tool.pytest.ini_options]
addopts = [
Expand Down

0 comments on commit eb5aa69

Please sign in to comment.