From 93ae20273847a0d301f85da83955d03f1b1b9fe3 Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Mon, 25 Jan 2021 21:04:55 +0100
Subject: [PATCH] Add matplotlib to requirements.txt

---
 Python/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Python/requirements.txt b/Python/requirements.txt
index 8b17c7912..ded26051a 100644
--- a/Python/requirements.txt
+++ b/Python/requirements.txt
@@ -4,6 +4,7 @@ cycler==0.10.0
 imageio==2.9.0
 iniconfig==1.1.1
 kiwisolver==1.3.1
+matplotlib==3.3.3
 meshio==4.3.8
 numpy==1.19.5
 packaging==20.8
-- 
GitLab