We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ba59f commit abf0c51Copy full SHA for abf0c51
pyproject.toml
@@ -16,13 +16,12 @@ homepage = "https://deltares.github.io/HYDROLIB-core"
16
"issue tracker" = "https://github.com/Deltares/HYDROLIB-core/issues"
17
18
[tool.poetry.dependencies]
19
-python = ">=3.8,<4"
+python = ">=3.8,<4" # TODO: somehow this is different than the original "^3.8", where 3.10 and 3.11 were excluded
20
netCDF4 = "^1.5"
21
numpy = "^1.21"
22
pydantic = "~1.10"
23
lxml = "^4.6"
24
meshkernel = "^3.0.0"
25
-type_enforced = ">=1.0.0"
26
27
[tool.poetry.dev-dependencies]
28
pytest = "^6.2"
0 commit comments