From 80b86f4e073dc6c9ca53704adc6b22c665e9f953 Mon Sep 17 00:00:00 2001 From: Bob Fubel Date: Thu, 27 Sep 2018 17:09:20 -0400 Subject: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg