Removed a requirements. Removed some version flex on python.

This commit is contained in:
Philipp Horstenkamp 2022-07-22 22:29:02 +02:00
parent 0f95ef34e6
commit fb8dcd579c

View File

@ -9,11 +9,10 @@ description = ""
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
[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"