1
0
Fork 0
mirror of https://github.com/Findus23/collision-analyisis-and-interpolation.git synced 2024-09-19 15:13:50 +02:00
collision-analyisis-and-int.../pyproject.toml

21 lines
409 B
TOML
Raw Permalink Normal View History

2020-11-30 11:59:10 +01:00
[tool.poetry]
name = "interpolation"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
2021-10-12 15:45:43 +02:00
scipy = "^1.6.1"
numpy = "^1.19.0"
matplotlib = "^3.3.4"
2020-11-30 11:59:10 +01:00
tabulate = "^0.8.7"
2021-10-12 15:45:43 +02:00
#Keras = "^2.4.3"
#tensorflow = "^2.3.1"
pydot = "^1.4.1"
2020-11-30 11:59:10 +01:00
2021-10-12 15:45:43 +02:00
#"vext.pyqt5" = "^0.7.4"
2020-11-30 11:59:10 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"