mpii/pyproject.toml

25 lines
481 B
TOML

[tool.poetry]
name = "pose sorting"
version = "0.1.0"
description = ""
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.10"
numpy = "^1.20.2"
matplotlib = "^3.4.1"
scipy = "^1.6.2"
adjustText = "^0.7.3"
tqdm = "^4.60.0"
tk = "^0.1.0"
sklearn = "^0.0"
[tool.poetry.dev-dependencies]
ipython = "^7.22.0"
tk = "^0.1.0"
jupyter = "^1.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"