Skip to content

Commit

Permalink
Remove pin now Pillow issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 26, 2020
1 parent fc6ee00 commit d031b57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_tools/azure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
python -m pip install -U pip
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist

# TODO: Remove pin when https://github.com/python-pillow/Pillow/issues/4518 gets fixed
python -m pip install "pillow>=4.3.0,!=7.1.0,!=7.1.1"

python -m pip install pandas matplotlib pyamg scikit-image
# do not install dependencies for lightgbm since it requires scikit-learn
python -m pip install lightgbm --no-deps
Expand Down

0 comments on commit d031b57

Please sign in to comment.