-
-
Notifications
You must be signed in to change notification settings - Fork 27
Bump sympy from 1.13.3 to 1.14.0 #683
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
Bumps [sympy](https://github.com/sympy/sympy) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](sympy/sympy@sympy-1.13.3...sympy-1.14.0) --- updated-dependencies: - dependency-name: sympy dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 sympy dependency from version 1.13.3 to 1.14.0 as part of routine dependency maintenance. However, there's a documentation inconsistency that needs to be addressed.
- Updates sympy version constraint from 1.13.3 to 1.14.0
- Outdated comments reference a bug in 1.14.0 that justified the previous pin
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
environment.yml
Outdated
| # TODO: Check for SymPy 1.14.1+ when available | ||
| # Pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() |
Copilot
AI
Dec 23, 2025
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.
The comments on lines 18-20 indicate that sympy was pinned to 1.13.3 due to a bug in 1.14.0, but this PR is updating to version 1.14.0. These comments should be removed or updated since they no longer accurately reflect the version being used. Keeping outdated comments can confuse future maintainers about why certain version choices were made.
| # TODO: Check for SymPy 1.14.1+ when available | |
| # Pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() | |
| # TODO: When SymPy 1.14.1+ is available and verified, consider updating this pin | |
| # Previously pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() |
|
Verified that SymPy 1.14.0 works correctly with the solow.md lecture. The bug that caused Testing performed:
Changes made:
Note: The CI passed but was using cached execution results from main branch. Local testing confirmed the fix. |
Bumps sympy from 1.13.3 to 1.14.0.
Commits
16fa855Merge pull request #28004 from oscarbenjamin/pr_bump_version_114597028erelease: bump version to 1.14.0 finaldb82759Merge pull request #27996 from oscarbenjamin/pr_27994_114_backport9861163release: bump version to 1.14.0rc2d114acfRevert passing init_printing settings to the pretty printer7f50681Merge pull request #27970 from oscarbenjamin/pr_benchmarks_1141721b69maint(ci): fix paths in actionfa12f64maint(ci): fix benchmarks on 1.14 branch2b73e0cMerge pull request #27960 from oscarbenjamin/pr_pin_mpmatha66be8cmaint(ci): use Python 3.12 for flint==0.6.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)