Skip to content

Commit

Permalink
Trying again to fix the dependencies syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub committed Aug 9, 2023
1 parent 6ba8395 commit 5af6aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ authors = [
{name = "Luis Rodriguez Galvez", email = "[email protected]"},
{name = "Lieke Meijer", email = "[email protected]"},
]
requires-python = ">=3.8"
dependencies = [
"hydromt =0.7.1",
"hydromt ~=0.7.1",
"hydromt_sfincs",
"geopandas >=0.8",
"numpy",
Expand All @@ -21,12 +22,11 @@ dependencies = [
"tomli-w",
"tomli",
"xarray",
"pydantic =1.10.9",
"pydantic ~=1.10.9",
"osmnx",
"census",
"us"
]
requires-python = ">=3.8"
readme = "README.rst"
classifiers = [
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 5af6aa8

Please sign in to comment.