From a6af9d11915e1df5f0335606345585d5d28ec522 Mon Sep 17 00:00:00 2001 From: Rok Mandeljc Date: Fri, 12 Mar 2021 21:11:27 +0100 Subject: [PATCH] tests: pin matplotlib to version 3.3.4 --- tests/requirements-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-libraries.txt b/tests/requirements-libraries.txt index 877d07d370..78f3306c56 100644 --- a/tests/requirements-libraries.txt +++ b/tests/requirements-libraries.txt @@ -17,7 +17,6 @@ # # - v. 2.2 and above fails. Django==2.1.8 # pyup: ignore -matplotlib==3.2.2 # pyup: ignore # - v 21.1.0 fails; earlier versions not tested. keyring==19.2.0 # pyup: ignore @@ -45,6 +44,7 @@ pandas==1.1.5 numpy==1.19.4 scipy==1.5.4 Pillow==8.0.1 +matplotlib==3.3.4 # Python versions not supported / supported for older package versions