Commit 45db566e by muzaffaryousaf

Upgrade numpy to 1.11.0

TNL-4536
parent 628ec509
......@@ -4,7 +4,7 @@
# * @mollydb - to check licensing
# * @edx/devops - to check system requirements
numpy==1.6.2
numpy==1.11.0
networkx==1.7
sympy==0.7.1
pyparsing==2.0.1
......
......@@ -9,7 +9,7 @@ setuptools==18.0.1
# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.6.2
numpy==1.11.0
# Needed to make sure that options in base.txt are allowed
pip==7.1.2
......
......@@ -421,7 +421,7 @@ fi
# compile numpy and scipy if requested
NUMPY_VER="1.6.2"
NUMPY_VER="1.11.0"
SCIPY_VER="0.10.1"
if [[ -n $compile ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment