From 2a06c82efad3c7d77b75dd053eb0bca9249047d5 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 23 Jun 2022 10:57:54 +0100 Subject: [PATCH] Handled numpy update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 324c1f00..49232333 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy', + 'numpy != 1.23', 'psutil', 'python-dateutil', 'scipy',