-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[EZ] Update sympy to 1.13.3 #143908
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
[EZ] Update sympy to 1.13.3 #143908
Conversation
And remove python>=3.9 check as it currently covers all supported python versions
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/143908
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 2 PendingAs of commit ffb5012 with merge base a20765a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Also probably a good backport candidate for 2.6 |
Hmm, let me check meta information, I thought that requirements.txt are just for local development, while PyPI wheels has an unpinned dependency. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot merge -f "I trust ROCM builds will work" |
|
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@malfet , is it possible to add wildcard in |
And remove python>=3.9 check as it currently covers all supported python versions Fixes pytorch#143907 Pull Request resolved: pytorch#143908 Approved by: https://github.com/Skylion007, https://github.com/huydhn
As the title stated. There are some tiny diffrences between 1.13.1 and 1.13.3: 1.13.1: https://github.com/sympy/sympy/blob/2e489cf4b1438ae134ba98a44a80cc9add1306b0/sympy/core/numbers.py#L1591 1.13.3: https://github.com/sympy/sympy/blob/b4ce69ad5d40e4e545614b6c76ca9b0be0b98f0b/sympy/core/numbers.py#L1591 **Previous PR:** #143908 **ISSUE Related:** #147144 ghstack-source-id: 1449218 Pull Request resolved: #147197
As the title stated. There are some tiny diffrences between 1.13.1 and 1.13.3: 1.13.1: https://github.com/sympy/sympy/blob/2e489cf4b1438ae134ba98a44a80cc9add1306b0/sympy/core/numbers.py#L1591 1.13.3: https://github.com/sympy/sympy/blob/b4ce69ad5d40e4e545614b6c76ca9b0be0b98f0b/sympy/core/numbers.py#L1591 **Previous PR:** #143908 **ISSUE Related:** #147144 ghstack-source-id: 004a95d Pull Request resolved: #147197
As the title stated. There are some tiny diffrences between 1.13.1 and 1.13.3: 1.13.1: https://github.com/sympy/sympy/blob/2e489cf4b1438ae134ba98a44a80cc9add1306b0/sympy/core/numbers.py#L1591 1.13.3: https://github.com/sympy/sympy/blob/b4ce69ad5d40e4e545614b6c76ca9b0be0b98f0b/sympy/core/numbers.py#L1591 **Previous PR:** #143908 **ISSUE Related:** #147144 Pull Request resolved: #147197 Approved by: https://github.com/malfet
And remove python>=3.9 check as it currently covers all supported python versions
Fixes #143907