1
0

Added the capability to merge obsticles.

This commit is contained in:
2022-06-23 01:29:24 +02:00
parent 8660c92d5d
commit ab031c88d5
5 changed files with 1681 additions and 1788 deletions

View File

@ -1,3 +1,7 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ml-programmiereprojekt"
version = "0.1.0"
@ -16,8 +20,7 @@ Shapely = "^1.8.2"
black = {extras = ["jupyter"], version = "^22.3.0"}
jupyter = "^1.0.0"
matplotlib = "^3.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
pytest = "^7.1.2"
mypy = "^0.961"
flake8 = "^4.0.1"
isort = "^5.10.1"