From: mbeierl Date: Tue, 23 May 2017 18:51:26 +0000 (-0400) Subject: Specify numpy version X-Git-Tag: opnfv-5.0.RC1~94 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F35233%2F1;p=storperf.git Specify numpy version Adds explicit version of numpy so it cannot conflict with any other that may be present in the system path. Change-Id: I23b21bca43f55805b3087646b1c31e1aea686aca JIRA: STORPERF-126 Signed-off-by: mbeierl --- diff --git a/ci/verify.sh b/ci/verify.sh index 0905ca2..84dc603 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -30,6 +30,7 @@ pip install funcsigs==0.4 pip install flake8==2.5.4 pip install html2text==2016.1.8 pip install keystoneauth1==2.12.1 +pip install numpy==1.6 pip install matplotlib==1.3.1 pip install mock==1.3.0 pip install nose==1.3.7 diff --git a/docker/requirements.pip b/docker/requirements.pip index b9336e8..72efab9 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -6,6 +6,7 @@ python-glanceclient==1.1.0 python-cinderclient==1.6.0 python-keystoneclient==1.6.0 keystoneauth1==2.12.1 +numpy==1.6 matplotlib==1.3.1 flask==0.10 flask-restful==0.3.5