Hello,
I successfully installed DeepLabCut v3.0.0rc13 using uv (Astral) on both Linux and macOS with the following pyproject.toml:
[project]
name = "deeplabcut_venv"
version = "3.0.0rc13"
requires-python = ">=3.13,<3.14"
dependencies = [
"deeplabcut[gui]==3.0.0rc13",
"pandas<3",
"tables==3.10.2",
]
For me, this approach was easier and less error-prone than using conda.
Thank you!
Hello,
I successfully installed DeepLabCut v3.0.0rc13 using uv (Astral) on both Linux and macOS with the following pyproject.toml:
[project]
name = "deeplabcut_venv"
version = "3.0.0rc13"
requires-python = ">=3.13,<3.14"
dependencies = [
"deeplabcut[gui]==3.0.0rc13",
"pandas<3",
"tables==3.10.2",
]
For me, this approach was easier and less error-prone than using conda.
Thank you!