FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Temporary optional installs while waiting for DLC-live 2.0 PyPi release by C-Achard · Pull Request #41 · DeepLabCut/DeepLabCut-live-GUI · GitHub

Temporary optional installs while waiting for DLC-live 2.0 PyPi release - #41

Closed
C-Achard wants to merge 3 commits into
cy/pre-release-fixes-2.0from
cy/pre-release-2.0-dlclive2.0install
Closed

Temporary optional installs while waiting for DLC-live 2.0 PyPi release#41
C-Achard wants to merge 3 commits into
cy/pre-release-fixes-2.0from
cy/pre-release-2.0-dlclive2.0install

Conversation

C-Achard commented Feb 10, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Temporary installation procedure

Allows for easy(ier) installation from latest DLC-live (from Git) while we are finaliazing the DLC-live 2.0 release.

Purpose

Since #38 needs dlclive >= 2.0.0, it is currently uninstallable with uv.
This PR adds a temporary alternate route to install from git instead

Usage

Allows for a straightforward uv install with :
uv pip install -e .[live-latest]
OR
uv pip install -e .[live-latest-pytorch]
OR
uv pip install -e .[live-latest-tf]

Comment out the pinned "deeplabcut-live>=2.0.0" dependency and add three optional extras that install the latest code from the DeepLabCut GitHub repo: "live-latest" (main branch), "live-latest-pytorch" (main branch with pytorch extras, includes timm and scipy), and "live-latest-tf" (main branch with TF extras). This lets developers/testers install the upstream repo directly for testing without changing stable version constraints.
C-Achard mentioned this pull request Feb 16, 2026
20 tasks
C-Achard closed this Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL