diff options
author | mbeierl <mark.beierl@dell.com> | 2017-05-23 14:51:26 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-05-23 14:51:33 -0400 |
commit | bde628b56fc7c01f823fd76a10e97ca899632849 (patch) | |
tree | b22e7fdc733c4a3f158f4c453aaebbb3adc7e0ee /docker/requirements.pip | |
parent | a214a59f9ca7e9b7503a4042b496417e76d8510c (diff) |
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 <mark.beierl@dell.com>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
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 |