From 7dd8fa2b21b41161cc278aafabc3fb8dfa359358 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 17 Jan 2022 11:16:31 +0100 Subject: [PATCH] Changed numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e057da5c..f32d10c2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy != 1.22.0', + 'numpy != 1.22.0, != 1.22.1', 'psutil', 'python-dateutil', 'scipy',