Skip to content

Feature request: using uv from Astral for installation #3223

Description

@olivierfriard

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!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions