From 4b16e889ebf8f603136c95f269c2f5900298d53e Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 1 Jul 2021 14:17:09 +0200 Subject: [PATCH] [FIX] runbot: update matplotlib to focal version Matplotlib 3.0.2 cannot be `pip installed` on Focal. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e093dd9..4501d4b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -matplotlib==3.0.2 -unidiff \ No newline at end of file +matplotlib==3.1.2 +unidiff