1
0
forked from HQU-gxy/CVTH3PE
Files
CVTH3PE/pyproject.toml
2025-03-03 11:14:21 +08:00

19 lines
386 B
TOML

[project]
name = "cvth3pe"
version = "0.1.0"
description = "Implementation-of-Cross-View-Tracking-for-Multi-Human-3D-Pose-Estimation-at-over-100-FPS"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"anyio>=4.8.0",
"jaxtyping>=0.2.38",
"torch>=2.6.0",
"torchvision>=0.21.0",
"typeguard>=4.4.2",
]
[dependency-groups]
dev = [
"jupyter>=1.1.1",
]