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

20 lines
376 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.5.4"
numpy = "^1.19.4"
matplotlib = "^3.3.3"
tabulate = "^0.8.7"
[tool.poetry.dev-dependencies]
PyQt5 = "5.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"