-
-
Notifications
You must be signed in to change notification settings - Fork 25
MAINT: update anaconda=2025.06 and python=3.13 #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This has been verified and is looking good to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the development environment to use Python 3.13 and Anaconda 2025.06, along with various package version updates to maintain compatibility. The changes also include cleanup of documentation formatting by removing empty lines and updating figure captions to use inline titles instead of MyST notebook metadata.
- Updates Python from 3.12 to 3.13 and Anaconda from 2024.10 to 2025.06
- Updates various Sphinx and Jupyter Book related packages to newer versions
- Removes empty lines and reformats figure captions in lecture documentation
- Changes cache workflow from push-triggered to scheduled weekly runs
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
environment.yml | Updates Python version, Anaconda version, and various package dependencies |
.github/workflows/*.yml | Updates Python version from 3.12 to 3.13 across all workflows |
.github/workflows/cache.yml | Changes trigger from push to scheduled weekly execution |
lectures/inequality.md | Removes empty lines, updates jupytext version, and converts figure captions to inline titles |
lectures/pv.md | Removes empty lines from documentation |
lectures/eigen_I.md | Removes empty lines and converts figure captions to inline titles |
Comments suppressed due to low confidence (3)
environment.yml:6
- Anaconda version 2025.06 may not exist yet. Based on typical release patterns, this version appears to be from the future given that current knowledge cutoff is January 2025.
- anaconda=2025.06
environment.yml:9
- The version 1.0.4post1 for jupyter-book may not exist. This appears to be a post-release version that should be verified for availability.
- jupyter-book==1.0.4post1
environment.yml:15
- The version 1.4.1 for sphinxcontrib-youtube may not exist yet. The previous version was pinned to 1.3.0 with a specific compatibility note, suggesting this newer version should be verified for existence and compatibility.
- sphinxcontrib-youtube==1.4.1
This PR updates
anaconda=2025.06
python=3.13
Tasks
pdf
Notes
This PR updates the following lectures that need to be reviewed and checked.