From 2ed5dbc3c7b8a0a84dc45831bc3b91cd72c41f06 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 28 Jul 2020 17:12:15 +0300 Subject: [PATCH] Avoid using newer matplotlib --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b61854f0..0454586d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ wxPython == 4.0.6 logbook >= 1.0.0 -matplotlib >= 3.1.2 +matplotlib == 3.2.2 python-dateutil requests >= 2.0.0 sqlalchemy >= 1.3.0