Skip to content
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

Pin sympy to 1.13.1 #133235

Closed
wants to merge 3 commits into from
Closed

Pin sympy to 1.13.1 #133235

wants to merge 3 commits into from

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Aug 12, 2024

Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac

https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100

Hopefully these are the places it needs to get pinned

Copy link

pytorch-bot bot commented Aug 12, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/133235

Note: Links to docs will display an error until the docs builds have been completed.

❌ 11 New Failures

As of commit 098848e with merge base 3128640 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Aug 12, 2024
@clee2000 clee2000 marked this pull request as ready for review August 12, 2024 16:15
@clee2000 clee2000 requested review from a team and jeffdaily as code owners August 12, 2024 16:15
@clee2000 clee2000 added the ciflow/trunk Trigger trunk jobs on your pull request label Aug 12, 2024
@atalman atalman added the ciflow/binaries Trigger all binary build and upload jobs on the PR label Aug 12, 2024
@clee2000 clee2000 added the ci-no-td Do not run TD on this PR label Aug 12, 2024
@atalman
Copy link
Contributor

atalman commented Aug 12, 2024

@clee2000 xpu Docker failures are not related to this PR and probably fixed by: pytorch/builder#1956

@ezyang
Copy link
Contributor

ezyang commented Aug 12, 2024

@pytorchbot merge -f "emergency land"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@clee2000
Copy link
Contributor Author

cc @XuehaiPan since I think you did the last pinning and update for sympy?

atalman pushed a commit to atalman/pytorch that referenced this pull request Aug 13, 2024
Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac

https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100

Hopefully these are the places it needs to get pinned
Pull Request resolved: pytorch#133235
Approved by: https://github.com/atalman, https://github.com/ZainRizvi
byjlw added a commit to pytorch/torchchat that referenced this pull request Aug 16, 2024
* Update install_requirements.sh to use PT 20240814

https://hud.pytorch.org/pytorch/pytorch/commit/3a023a67c47bcde45538c9991e332d21ac548e46

To pick up fix in pytorch/pytorch#133235

* Update AO pin

* Remove unwrapping tensor_subclass

* Conditional subclass unwrap since aoti doesn't support tensor_subclass

* Missed intialize entry point with conditional unwrap

---------

Co-authored-by: Jesse White <5281939+byjlw@users.noreply.github.com>
atalman pushed a commit to atalman/pytorch that referenced this pull request Aug 26, 2024
Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac

https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100

Hopefully these are the places it needs to get pinned
Pull Request resolved: pytorch#133235
Approved by: https://github.com/atalman, https://github.com/ZainRizvi
atalman added a commit to atalman/pytorch that referenced this pull request Aug 27, 2024
This reverts commit 864cd32.

Revert "Pin sympy to 1.13.1 (pytorch#133235)"

This reverts commit cf77a5e.

pin sympy win test
atalman added a commit that referenced this pull request Aug 27, 2024
…n sympy (#134489)

* [Release Only] Disable failing tests in release

* fix

* skip_xla_op_test

* ping_optree_win

* Pin sympy to 1.13.1 (#133235)

Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac

https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100

Hopefully these are the places it needs to get pinned
Pull Request resolved: #133235
Approved by: https://github.com/atalman, https://github.com/ZainRizvi

* fix sympy

* Revert "fix sympy"

This reverts commit 864cd32.

Revert "Pin sympy to 1.13.1 (#133235)"

This reverts commit cf77a5e.

pin sympy win test

---------

Co-authored-by: Catherine Lee <csl@fb.com>
jataylo added a commit to ROCm/pytorch that referenced this pull request Sep 5, 2024
pruthvistony pushed a commit to ROCm/pytorch that referenced this pull request Sep 9, 2024
@github-actions github-actions bot deleted the csl/pin_sympy branch September 12, 2024 02:05
dnikolaev-amd pushed a commit to ROCm/pytorch that referenced this pull request Sep 16, 2024
pytorchmergebot pushed a commit that referenced this pull request Oct 20, 2024
`simpy` was pinned to version 1.13.1 due to test failures with version 1.13.2 on Windows and mac, as reported in #133235. Now that a newer version, 1.13.3, has been released, this PR aims to verify if the test failure has been resolved and also allow building with newer versions for packaging purposes (e.g., conda-forge/pytorch-cpu-feedstock#277 (comment)).
Pull Request resolved: #138338
Approved by: https://github.com/Skylion007, https://github.com/malfet

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-no-td Do not run TD on this PR ciflow/binaries Trigger all binary build and upload jobs on the PR ciflow/trunk Trigger trunk jobs on your pull request Merged topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants