From cace83654399c267ef3786608c1f2b0d9084411d Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Mon, 12 Feb 2024 12:07:48 +0100
Subject: [PATCH] Update project dependencies

---
 build/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/pyproject.toml b/build/pyproject.toml
index 1404e08..31a7120 100644
--- a/build/pyproject.toml
+++ b/build/pyproject.toml
@@ -8,6 +8,7 @@ readme = "README.md"
 [tool.poetry.dependencies]
 python = ">=3.10"
 numpy = "~1.24"
+matplotlib = "3.8.0"
 pytest = "^7.4.4"
 
 [build-system]
-- 
GitLab