From: Bob Fubel Date: Thu, 27 Sep 2018 21:09:20 +0000 (-0400) Subject: set version of matplotlib to 2.2.2 in requirments.txt. X-Git-Tag: opnfv-7.0.0~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F63027%2F1;p=vswitchperf.git set version of matplotlib to 2.2.2 in requirments.txt. 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 --- diff --git a/requirements.txt b/requirements.txt index fdcff13b..cb5a0d89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pylint==1.8.2 pyzmq==14.5.0 distro stcrestclient -matplotlib +matplotlib==2.2.2 numpy pycrypto tabulate