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 47a49c5 commit 034ee98Copy full SHA for 034ee98
build_tools/azure/install.sh
@@ -128,7 +128,7 @@ elif [[ "$DISTRIB" == "conda-pip-scipy-dev" ]]; then
128
echo "Installing joblib master"
129
pip install https://github.com/joblib/joblib/archive/master.zip
130
echo "Installing pillow master"
131
- pip install https://github.com/python-pillow/Pillow/archive/master.zip
+ pip install https://github.com/python-pillow/Pillow/archive/main.zip
132
fi
133
134
python -m pip install $(get_dep threadpoolctl $THREADPOOLCTL_VERSION) \
0 commit comments