-
Notifications
You must be signed in to change notification settings - Fork 654
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
Add py3.11 to windows nightly conda #3071
Conversation
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.
If windows buils are still using pkghelpers, you need to tweak constraints on
audio/packaging/pkg_helpers.bash
Lines 235 to 237 in 6b2086c
if [ "${arch_name}" != "arm64" ]; then | |
# Use less than equal to avoid version conflict in python=3.6 environment | |
export CONDA_EXTRA_BUILD_CONSTRAINT="- mkl<=2021.2.0" |
@atalman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This is done |
@atalman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hey @atalman. |
Same as: pytorch/vision#7263