fix(setup): add DA3 package to uv project#13
Merged
Conversation
- uv project is required to have the DA3 source configured to install properly. - Requires to specify Python 3.12 with `uv python pin 3.12` Or specify 3.12 as required in the project.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #13 +/- ##
=======================================
Coverage 92.56% 92.56%
=======================================
Files 38 38
Lines 2972 2972
=======================================
Hits 2751 2751
Misses 221 221
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Tok
approved these changes
Jan 19, 2026
Owner
Tok
left a comment
There was a problem hiding this comment.
Thanks for the contribution! This correctly adds the depth-anything-3 dependency with the git source configuration. The changes look good and address the installation issue perfectly. I've also pinned Python to 3.12 for consistency as you suggested.
Tok
added a commit
that referenced
this pull request
Jan 19, 2026
## Fixed - Critical bug fix: Added null checks for progress_tracker in depth_processor.py - Fixes crash when using CLI without web interface (#14) - Added guards at lines 111 and 399 ## Added - Windows test script (test.ps1) for PowerShell users - Python 3.12 pinning via .python-version file ## Changed - UI reorganization: VR Format/Resolution moved to Step 7 (VR Assembly) - Step 8 renamed to "Video Encoding & Output" - Dependency configuration: Merged PR #13 (DA3 package with git source) - Script colors updated to exact CSS colors (#39ff14 lime, #00d9ff cyan) ## Documentation - Reorganized project structure (TODO.md to docs/, archived codex-review.md) - Rewrote CONTRIBUTING.md with separate sections for human vs AI contributors - Updated example_settings.json to v0.9.2 Special thanks to @danrossi for PR #13 and issue reports. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
danrossi
added a commit
to danrossi/depth-surge-3d
that referenced
this pull request
Jan 20, 2026
…uto GPU detection. (Tok#13) - Install UV wheelnext in Linux script and force uv over pip. - Install UV wheelnext in Windows setup script. - Use UV to install and pin Python 3.12 - Add the check cuda helper script.
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.
uv python pin 3.12Or specify 3.12 as required in the project.Related #11
May also work.