Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
pinned h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
samskalicky committed Nov 5, 2020
1 parent 16038a1 commit 655d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/centos7_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ yum -y install python36u
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python3.6 get-pip.py
# Restrict numpy version to < 1.19.0 due to https://github.com/apache/incubator-mxnet/issues/18600
pip3 install nose pylint 'numpy>1.16.0,<1.19.0' nose-timer requests h5py scipy==1.2.3
pip3 install nose pylint 'numpy>1.16.0,<1.19.0' nose-timer requests h5py==2.8.0rc1 scipy==1.2.3

0 comments on commit 655d81f

Please sign in to comment.