docs: update README and requirements.txt to match codebase#11
Merged
Conversation
- Python 3.8+ → 3.10+, TensorFlow ≥2.11 → ~=2.15 - Add tensorflow-probability to prerequisites table - Update requirements.txt versions to match installed packages - Remove pyntcloud (unused), add keras-tuner - Fix project structure: remove nonexistent decompress_octree.py and config/ directory, add 14 missing source files and full test listing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Resolve requirements.txt conflict: keep updated versions, add ruff - Remove reference to nonexistent mp_run.py - Add tqdm, pytest, ruff to dependencies table - Add CLAUDE.md, pyproject.toml, setup.py to project structure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Auto-fixed 14 import sorting violations (I001) and 1 unused import (F401). Manually fixed 1 line-too-long (E501) in training_pipeline.py by extracting input reshaping to a local variable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
TF 2.15 does not support Python 3.8/3.9. Update CI matrix from [3.8, 3.9, 3.10] to [3.10, 3.11, 3.12] to match the project's Python 3.10+ requirement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <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
requirements.txtpackage versions to match installed dependencies (e.g. numpy 1.26, scipy 1.11, numba 0.58), remove unusedpyntcloud, addkeras-tunerdecompress_octree.pyandconfig/directoryTest plan
pip install -r requirements.txtresolves cleanly in a fresh venv🤖 Generated with Claude Code