set version of matplotlib to 2.2.2 in requirments.txt. 27/63027/1
authorBob Fubel <bfubel@redhat.com>
Thu, 27 Sep 2018 21:09:20 +0000 (17:09 -0400)
committerBob Fubel <bfubel@redhat.com>
Fri, 28 Sep 2018 12:27:49 +0000 (08:27 -0400)
JIRA issues assoicated with the https://jira.opnfv.org/browse/VSPERF-591?filter=-1# VSPERF-591

Extended description:
Latest version of matplotlib 3.0.0 dosn't support python 3.4. Creating error during build.

Change-Id: I05f14fb486a5b0090bf27c66de0d6e4c85652330
Signed-off-by: Bob Fubel <bfubel@redhat.com>
requirements.txt

index fdcff13..cb5a0d8 100644 (file)
@@ -16,7 +16,7 @@ pylint==1.8.2
 pyzmq==14.5.0
 distro
 stcrestclient
-matplotlib
+matplotlib==2.2.2
 numpy
 pycrypto
 tabulate