Add uv support and CLAUDE.md documentation#200
Open
MasahiroOgawa wants to merge 3 commits intoLinketic:mainfrom
Open
Add uv support and CLAUDE.md documentation#200MasahiroOgawa wants to merge 3 commits intoLinketic:mainfrom
MasahiroOgawa wants to merge 3 commits intoLinketic:mainfrom
Conversation
- Add CLAUDE.md with build instructions, architecture overview, and allowed commands - Update .gitignore to ignore all submodules/, .venv/, *.egg-info/, and uv.lock - Add setuptools dependency constraint (<70) for pkg_resources compatibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add wget, curl, gdown, unzip to allowed commands - Add quick installation test with Tanks & Temples truck scene - Clarify uv usage: never use pip directly Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add uv as recommended virtual environment option - Keep conda as alternative option - Add CUDA 12.4+ installation instructions - Add submodule build instructions with --no-build-isolation - Add setuptools version fix for PyTorch Lightning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
uvas recommended Python virtual environment (faster and disk efficient than conda)CLAUDE.mdfor Claude Code AI assistant guidanceTest
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/datasets/input/tandt_db.zip
Changes
uvas primary option, conda as alternative, added CUDA 12.4+ instructions.venv/,*.egg-info/,uv.lock>=61.0,<70)Test plan
🤖 Generated with Claude Code and Masahiro Ogawa