PathPointsTransformer/pyproject.toml

17 lines
325 B
TOML
Raw Normal View History

[tool.poetry]
name = "reinmetal"
version = "0.1.0"
description = ""
authors = ["Pavel Naboka <naboka@diakont.com>"]
[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"