From df4fe11bd418b86867f608b7dacd891e6d37ada1 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 24 Jan 2022 15:05:34 +0100 Subject: [PATCH] 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',