Closed
Conversation
466db8f to
7b65fa0
Compare
Contributor
|
Could not wait to try this version! On Windows 11, x86_64, python==3.11 $ uv sync
Resolved 227 packages in 2ms
Updated https://github.com/arashsm79/DeepLabCut (7b65fa0adfa24f6f038493e5b3d1f0999227ddf4)
Built deeplabcut @ git+https://github.com/arashsm79/DeepLabCut@7b65fa0adfa24f6f038493e5b3d1f0999227ddf4
Prepared 5 package in 1m 24s
Uninstalled 1 package in 753ms
Installed 5 packages in 194ms
+ black==25.9.0
- deeplabcut==3.0.0rc13
+ deeplabcut==3.0.0rc13 (from git+https://github.com/arashsm79/DeepLabCut@7b65fa0adfa24f6f038493e5b3d1f0999227ddf4)
+ mypy-extensions==1.1.0
+ pathspec==0.12.1
+ pytokens==0.2.0On Gentoo Linux, x86_64, python==3.11 Resolved 227 packages in 2.14s
Updated https://github.com/arashsm79/DeepLabCut (7b65fa0adfa24f6f038493e5b3d1f0999227ddf4)
Built deeplabcut @ git+https://github.com/arashsm79/DeepLabCut@7b65fa0adfa24f6f038493e5b3d1f0999227ddf4
Prepared 5 packages in 14.75s
Uninstalled 1 package in 17ms
░░░░░░░░░░░░░░░░░░░░ [0/5] Installing wheels...
Installed 5 packages in 11ms
+ black==25.9.0
- deeplabcut==3.0.0rc13
+ deeplabcut==3.0.0rc13 (from git+https://github.com/arashsm79/DeepLabCut@7b65fa0adfa24f6f038493e5b3d1f0999227ddf4)
+ mypy-extensions==1.1.0
+ pathspec==0.12.1
+ pytokens==0.2.0 |
deruyter92
reviewed
Nov 4, 2025
Collaborator
deruyter92
left a comment
There was a problem hiding this comment.
Great idea to move to uv, might mitigate a lot of installation issues in the future!!
The readme still requires updating, right? Same goes for some logs/warnings within the code (e.g. "If you need GUI support ... pip install 'deeplabcut[gui]'")
Collaborator
|
Works great @arashsm79, thanks a lot ! |
Collaborator
|
separating CI update into another PR |
Open
Collaborator
|
closing in favor of replacement PR #3184 (because of access rights for modification) |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR performs an overhaul on how DLC is packaged.
uv is an extremely fast Python package and project manager that has seen incredible adoption from the Python community.
Here, the first steps are taken to package DLC with uv for different platforms and Python version.
The CI has also been updated accordingly to use uv.
How to use this PR
uv syncwith the extra dependencies you may want (you can take a look at theci.ymlfile in this PR for example usage of uv.Like:
uv sync --extra gui --python 3.11uv run deeplabcut