Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
# 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()
Copy link

Copilot AI Dec 23, 2025

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.

Suggested change
# 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()

Copilot uses AI. Check for mistakes.
# for symbolic differentiation in solow.md (factorint issue with large mpz)
- sympy==1.13.3
- sympy==1.14.0


Loading