1
0
Fork 0
mirror of https://github.com/Findus23/collision-analyisis-and-interpolation.git synced 2024-09-18 14:03:51 +02:00
collision-analyisis-and-int.../pyproject.toml
2021-10-12 15:45:43 +02:00

20 lines
409 B
TOML

[tool.poetry]
name = "interpolation"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
scipy = "^1.6.1"
numpy = "^1.19.0"
matplotlib = "^3.3.4"
tabulate = "^0.8.7"
#Keras = "^2.4.3"
#tensorflow = "^2.3.1"
pydot = "^1.4.1"
#"vext.pyqt5" = "^0.7.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"