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 4d3aa05 commit 1a734e7Copy full SHA for 1a734e7
.circleci/unittest/linux/scripts/install.sh
@@ -29,7 +29,7 @@ conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c conda-forge "pytorch-${UPLOAD
29
if [ $PYTHON_VERSION == "3.6" ]; then
30
printf "Installing minimal PILLOW version\n"
31
# Install the minimal PILLOW version. Otherwise, let setup.py install the latest
32
- conda install pillow==4.1.1
+ pip install pillow==4.1.1
33
fi
34
35
printf "* Installing torchvision\n"
0 commit comments