From 91d8c84a5f913d48d0338bc4d2aaa3b40a46479f Mon Sep 17 00:00:00 2001 From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com> Date: Thu, 27 Jun 2024 10:40:47 +0200 Subject: [PATCH] Added numpy requirement --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 856f2066f..1488ab01d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ package_dir = packages = find: python_requires = >=3.8 install_requires = + numpy>=1.23.5 pandas==1.4.4 joblib==1.1.1 matplotlib==3.8.0 -- GitLab