You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
481 B
24 lines
481 B
[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"
|
|
|