-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 754 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (29 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
name = "multicamera-handtracking"
version = "0.1.0"
description = "Stabilize mediapipe handtracking using several cameras (2 cameras)"
authors = ["Ivan Khrop <hrop.ivan@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10,<3.12"
thread = "^2.0.3"
opencv-python = "^4.10.0.84"
pyrealsense2 = "^2.55.1.6486"
shapely = "^2.0.5"
pandas = "^2.2.2"
plotly = "^5.24.0"
dash = "^2.18.1"
six = "^1.16.0"
mediapipe = "0.10.14"
tensorflow-io-gcs-filesystem = "0.31.0"
tensorflow = "2.12"
scikit-learn = "^1.5.2"
pykan = "^0.2.7"
torch = "^2.5.0"
tqdm = "^4.66.6"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.1"
pytest = "^8.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"