1
0

First data generating version of the code.

This commit is contained in:
2022-07-01 01:43:51 +02:00
parent b3d38ad9d0
commit 60a79068f0
8 changed files with 1831 additions and 492 deletions

View File

@@ -15,6 +15,7 @@ numpy = "^1.22.3"
tensorflow = "^2.8.0"
scipy = "^1.8.0"
Shapely = "^1.8.2"
tqdm = "^4.64.0"
[tool.poetry.dev-dependencies]
black = {extras = ["jupyter"], version = "^22.3.0"}