Split requirements.txt into per-discipline files and add per-directory READMEs#91
Open
jordanpadams wants to merge 2 commits into
Open
Split requirements.txt into per-discipline files and add per-directory READMEs#91jordanpadams wants to merge 2 commits into
jordanpadams wants to merge 2 commits into
Conversation
Resolves #90 — splits the monolithic requirements.txt into seven per-discipline/group files so users can install only what they need for the notebooks they intend to run. Adds README files for each notebook directory with install instructions and notebook descriptions. Updates the top-level README with an Option A / Option B install guide. Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
- 04_peppi_with_doi: replace removed with_doi() with filter() using the pds:Citation_Information.pds:doi field (pds.peppi 0.8.x API change) - recipe-15: add .fields() to reduce payload and cap iteration at 500 products to prevent 300s timeout on unbounded Mars query - requirements-sbn.txt: add ipywidgets for tqdm notebook progress bars Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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
Splits the monolithic
requirements.txtinto seven per-discipline requirements files so users can install only the packages needed for the notebooks they want to run. Adds per-directory README files with install instructions and notebook descriptions.Changes:
requirements-geo.txt,requirements-img.txt,requirements-ppi.txt,requirements-sbn.txt,requirements-peppi-advanced.txt,requirements-training.txt,requirements-simple.txtREADME.mdwith an Option A (install everything) / Option B (install per-discipline) guide including a quick-reference tableREADME.mdfor:notebooks/discipline/geo/,notebooks/discipline/img/,notebooks/discipline/ppi/,notebooks/discipline/sbn/,notebooks/generic/simple/,notebooks/generic/training_20260305/notebooks/generic/peppi-advanced/README.mdto referencerequirements-peppi-advanced.txtand corrected Python version requirement (3.13 → 3.12)🤖 AI Assistance Disclosure
Estimated % of code influenced by AI: 90%
⚙️ Test Data and/or Report
This PR contains only requirements files and documentation (no executable code changes). Validation steps:
pip install -r requirements-peppi-advanced.txtand confirm notebooks innotebooks/generic/peppi-advanced/run without import errorspip install -r requirements-geo.txtand confirm notebooks innotebooks/discipline/geo/run without import errors♻️ Related Issues
Resolves #90
Refs #89
🤓 Reviewer Checklist
Reviewers: Please verify the following before approving this pull request.
Documentation and PR Content
Security & Quality
Testing & Validation
Maintenance