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 7b5c703 commit dba4514Copy full SHA for dba4514
build_tools/azure/install.sh
@@ -97,6 +97,10 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
97
make_conda "python=$PYTHON_VERSION"
98
python -m pip install -U pip
99
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
100
+
101
+ # TODO: Remove pin when https://github.com/python-pillow/Pillow/issues/4518 gets fixed
102
+ python -m pip install "pillow>=4.3.0,!=7.1.0,!=7.1.1"
103
104
python -m pip install pandas matplotlib pyamg scikit-image
105
# do not install dependencies for lightgbm since it requires scikit-learn
106
python -m pip install lightgbm --no-deps
0 commit comments