We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should test 3.13 compatibility on the release candidate rc3, and prepare for the release on 3.13 on Oct 7.
I foresee no compatibility issues as long as the dependencies keep up with 3.13.
The main issue may be numpy, of which we still require version 1, see #1624 - any chance we can resolve this, @XinyuWuu?
numpy
Perhaps just not supporting numpy 2 on mac x86?
numpy 2
The text was updated successfully, but these errors were encountered:
The numpy 2 issue is resolved by moving to macos-latest.
macos-latest
Sorry, something went wrong.
It's the only solution I think. If users wants numpy2 and torch on mac x86, they can try to compile torch locally but it's guaranteed by pytorch.
numpy2
Successfully merging a pull request may close this issue.
We should test 3.13 compatibility on the release candidate rc3, and prepare for the release on 3.13 on Oct 7.
I foresee no compatibility issues as long as the dependencies keep up with 3.13.
The main issue may be
numpy
, of which we still require version 1, see #1624 - any chance we can resolve this, @XinyuWuu?Perhaps just not supporting
numpy 2
on mac x86?The text was updated successfully, but these errors were encountered: