Skip to content

Commit

Permalink
add hydropandas to full install
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Nov 20, 2024
1 parent 4ebb58a commit 24ccbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repository = "https://github.com/pastas/pastastore"
documentation = "https://pastastore.readthedocs.io/en/latest/"

[project.optional-dependencies]
full = ["pastastore[arcticdb,optional]"]
full = ["pastastore[arcticdb,optional]", "hydropandas"]
extensions = ["hydropandas"]
optional = ["contextily", "pyproj", "adjustText"]
arcticdb = ["arcticdb"]
Expand All @@ -61,7 +61,7 @@ test = [
"codacy-coverage",
]
test_py312 = [
"pastastore[lint,optional]", # no arcticdb
"pastastore[lint,optional]", # no arcticdb
"hydropandas[full]",
"coverage",
"codecov",
Expand Down

0 comments on commit 24ccbc9

Please sign in to comment.