We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef2ab commit 72aa29aCopy full SHA for 72aa29a
.github/workflows/build-m1-binaries.yml
@@ -28,7 +28,7 @@ jobs:
28
. packaging/pkg_helpers.bash
29
setup_build_version
30
WHL_NAME=torchvision-${BUILD_VERSION}-cp${PY_VERS/.}-cp${PY_VERS/.}-macosx_11_0_arm64.whl
31
- conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng openjpeg wheel pkg-config
+ conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng "jpeg<=9b" wheel pkg-config
32
conda run -p ${ENV_NAME} python3 -mpip install torch --pre --extra-index-url=https://download.pytorch.org/whl/nightly
33
conda run -p ${ENV_NAME} python3 -mpip install delocate
34
conda run -p ${ENV_NAME} python3 setup.py bdist_wheel
0 commit comments