Skip to content

Commit abf0c51

Browse files
removed type_enforced deps
1 parent 88ba59f commit abf0c51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ homepage = "https://deltares.github.io/HYDROLIB-core"
1616
"issue tracker" = "https://github.com/Deltares/HYDROLIB-core/issues"
1717

1818
[tool.poetry.dependencies]
19-
python = ">=3.8,<4"
19+
python = ">=3.8,<4" # TODO: somehow this is different than the original "^3.8", where 3.10 and 3.11 were excluded
2020
netCDF4 = "^1.5"
2121
numpy = "^1.21"
2222
pydantic = "~1.10"
2323
lxml = "^4.6"
2424
meshkernel = "^3.0.0"
25-
type_enforced = ">=1.0.0"
2625

2726
[tool.poetry.dev-dependencies]
2827
pytest = "^6.2"

0 commit comments

Comments
 (0)