From fb8dcd579c0dc24a157bd44adf06591dc2350ecf Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 22 Jul 2022 22:29:02 +0200 Subject: [PATCH] Removed a requirements. Removed some version flex on python. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"