This is an automated email from the ASF dual-hosted git repository.

jevans pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new afdf7b1  unpin pillow (#20506)
afdf7b1 is described below

commit afdf7b1cbf62e75166427b09e0dc326e97521eb0
Author: waytrue17 <[email protected]>
AuthorDate: Thu Aug 12 16:28:38 2021 -0700

    unpin pillow (#20506)
    
    Co-authored-by: Wei Chu <[email protected]>
---
 ci/docker/install/ubuntu_onnx.sh      | 2 +-
 example/gluon/lipnet/requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/install/ubuntu_onnx.sh b/ci/docker/install/ubuntu_onnx.sh
index da59b52..a319be9 100755
--- a/ci/docker/install/ubuntu_onnx.sh
+++ b/ci/docker/install/ubuntu_onnx.sh
@@ -30,4 +30,4 @@ echo "Installing libprotobuf-dev and protobuf-compiler ..."
 apt-get update || true
 apt-get install -y libprotobuf-dev protobuf-compiler
 
-pip3 install pytest==6.2.2 pytest-cov==2.11.1 pytest-xdist==2.2.1 
protobuf==3.13.0 onnx==1.8.1 Pillow==5.0.0 tabulate==0.7.5 onnxruntime==1.7.0 
'numpy>1.16.0,<1.19.0' gluonnlp==0.10.0 gluoncv==0.8.0
+pip3 install pytest==6.2.2 pytest-cov==2.11.1 pytest-xdist==2.2.1 
protobuf==3.13.0 onnx==1.8.1 Pillow tabulate==0.7.5 onnxruntime==1.7.0 
'numpy>1.16.0,<1.19.0' gluonnlp==0.10.0 gluoncv==0.8.0
diff --git a/example/gluon/lipnet/requirements.txt 
b/example/gluon/lipnet/requirements.txt
index f1fcda3..1367ba7 100644
--- a/example/gluon/lipnet/requirements.txt
+++ b/example/gluon/lipnet/requirements.txt
@@ -1,5 +1,5 @@
 dlib==19.15.0
-Pillow==4.1.0
+Pillow
 scipy==0.19.0
 scikit-image==0.13.1
 scikit-video==1.1.11

Reply via email to