PathPointsTransformer/pyproject.toml
2023-09-08 18:20:44 +03:00

18 lines
360 B
TOML

[tool.poetry]
name = "PathPointsTransformer"
version = "0.1.0"
description = ""
authors = ["Pavel Naboka <naboka@diakont.com>"]
readme = ["readme.md"]
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.25.2"
[tool.poetry.dev-dependencies]
matplotlib = "^3.7.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"