diff --git a/pyproject.toml b/pyproject.toml index 30b6211..1100726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,10 @@ description = "" authors = ["Philipp Horstenkamp "] [tool.poetry.dependencies] -python = ">=3.9, <3.11" +python = "3.10.*" pandas = "^1.4.2" numpy = "^1.22.3" tensorflow = "^2.8.0" -scipy = "^1.8.0" Shapely = "^1.8.2" tqdm = "^4.64.0" humanize = "^4.2.3"