[tool.poetry] name = "PathPointsTransformer" version = "0.1.0" description = "" authors = ["Pavel Naboka "] 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"