Added the capability to merge obsticles.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user