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

zhasheng 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 1bd8328  Backport: requiments and ubuntu_onnx to get the same checksum 
like other container has (#20611)
1bd8328 is described below

commit 1bd83289af2c56465aa574e83f3519ec2446045b
Author: mozga <[email protected]>
AuthorDate: Tue Sep 28 17:01:15 2021 +0200

    Backport: requiments and ubuntu_onnx to get the same checksum like other 
container has (#20611)
---
 ci/docker/install/requirements   | 4 ++--
 ci/docker/install/ubuntu_onnx.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index 02c85e9..210914a 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -30,6 +30,6 @@ numpy>1.16.0,<1.19.0  # Restrict numpy version to < 1.19.0 
due to https://github
 pylint==2.3.1  # pylint and astroid need to be aligned
 astroid==2.3.3  # pylint and astroid need to be aligned
 requests<2.19.0,>=2.18.4
-scipy<1.7.0 # Restrict scipy version due to 
https://github.com/apache/incubator-mxnet/issues/20389
+scipy==1.2.1
 setuptools
-coverage
+coverage
\ No newline at end of file
diff --git a/ci/docker/install/ubuntu_onnx.sh b/ci/docker/install/ubuntu_onnx.sh
index a319be9..da59b52 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 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==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

Reply via email to