From b3c648ae86201a6aca01e4c043f3ef4b50fe3a1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de>
Date: Thu, 18 Mar 2021 10:44:18 +0100
Subject: [PATCH] Added numpy to install reqs and doc reqs.

---
 docs/requirements.txt | 3 ++-
 setup.cfg             | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/requirements.txt b/docs/requirements.txt
index ccb88a3..24fd1a7 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,4 @@
-Sphinx==3.5.1
+numpy==1.20
+sphinx==3.5.1
 sphinx-rtd-theme==0.5.1
 sphinxcontrib-apidoc==0.3.0
diff --git a/setup.cfg b/setup.cfg
index 205080e..b72f95d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,6 +35,7 @@ scripts =  scripts/apollon
 
 python_requires >= "3.7"
 install_requires = 
+	numpy >= '1.20'
 	jsonschema >= "3.2.0"
 	scipy      >= "0.19.0"
 	matplotlib >= "2"
-- 
GitLab