28 lines
632 B
TOML
28 lines
632 B
TOML
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "ml-programmiereprojekt"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9, <3.11"
|
|
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"
|
|
pydot = "^1.4.2"
|
|
pydotplus = "^2.0.2"
|
|
matplotlib = "^3.5.1"
|
|
jupyter = "^1.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = {extras = ["jupyter"], version = "^22.3.0"}
|
|
nbconvert = {extras = ["webpdf"], version = "^6.5.0"}
|