File tree 2 files changed +3
-3
lines changed
docker/caffe2/jenkins/common
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
67
67
if [ " $ANACONDA_PYTHON_VERSION " = " 3.8" ]; then
68
68
# DO NOT install typing if installing python-3.8, since its part of python-3.8 core packages
69
69
# Install llvm-8 as it is required to compile llvmlite-0.30.0 from source
70
- conda_install numpy pyyaml mkl mkl-include setuptools cffi future six llvmdev=8.0.0
70
+ conda_install numpy=1.18.5 pyyaml mkl mkl-include setuptools cffi future six llvmdev=8.0.0
71
71
else
72
- conda_install numpy pyyaml mkl mkl-include setuptools cffi typing future six
72
+ conda_install numpy=1.18.5 pyyaml mkl mkl-include setuptools cffi typing future six
73
73
fi
74
74
if [[ " $CUDA_VERSION " == 9.2* ]]; then
75
75
conda_install magma-cuda92 -c pytorch
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ pip install --no-cache-dir \
154
154
future \
155
155
hypothesis \
156
156
jupyter \
157
- numpy \
157
+ numpy==1.18.5 \
158
158
protobuf \
159
159
pytest \
160
160
pyyaml \
You can’t perform that action at this time.
0 commit comments