-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Only depend on sympy 1.12 for conda (no 3.13 there anyways) #131355
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/131355
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 6271a22 with merge base 56bb047 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| if [[ "\$python_nodot" = *38* ]]; then | ||
| # sympy 1.12.1 is the last version that supports Python 3.8 | ||
| SYMPY_PIN="==1.12.1" |
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.
You could search and replace the occurance of 1.2.1 and 1.3.0.
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.
I only want to change the conda ones though, I do want pypi to be on these newer versions
|
Also @XuehaiPan the optree failures are also related to the upgrade you did. Is there no binary release of optree for 3.13 atm? |
FYI, there is no conda package for optree on anaconda main channel. The latest optree for Python 3.13 support is installable from sdist. The binary wheel of optree for Python 3.13 is not available yet because Python 3.13 is currently not GA. |
| setuptools ; python_version >= "3.12" | ||
| packaging | ||
| optree>=0.12.0 | ||
| optree>=0.12.0 ; python_version <= "3.12" |
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.
FYI @XuehaiPan reverting this as well then as we cannot install it for 3.13 binaries testing as it is only available as an sdist
atalman
left a comment
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.
lgtm
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 3 checks: Lint / lintrunner-noclang / linux-job, windows-binary-conda / conda-py3_8-cuda12_4-build, windows-binary-wheel / wheel-py3_10-cpu-test Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
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 |
|
@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 |
Merge failedReason: 2 jobs have failed, first few of them are: windows-binary-conda / conda-py3_8-cuda12_4-build, windows-binary-wheel / wheel-py3_10-cpu-test Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 3 checks: Lint / lintrunner-noclang / linux-job, windows-binary-conda / conda-py3_8-cuda12_4-build, windows-binary-wheel / wheel-py3_10-cpu-test Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 5 jobs have failed, first few of them are: windows-binary-conda / conda-py3_12-cuda12_1-test, windows-binary-conda / conda-py3_8-cuda12_1-test, windows-binary-conda / conda-py3_11-cuda12_4-test, windows-binary-conda / conda-py3_9-cuda12_4-test, windows-binary-conda / conda-py3_12-cuda11_8-test Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 3 checks: Lint / lintrunner-noclang / linux-job, windows-binary-conda / conda-py3_9-cuda12_1-build, windows-binary-wheel / wheel-py3_10-cpu-test Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…131355) Fixing nightly after pytorch#130895 Pull Request resolved: pytorch#131355 Approved by: https://github.com/atalman
…131355) Fixing nightly after pytorch#130895 Pull Request resolved: pytorch#131355 Approved by: https://github.com/atalman
…131355) Fixing nightly after pytorch#130895 Pull Request resolved: pytorch#131355 Approved by: https://github.com/atalman
Fixing nightly after #130895