From 067c4d4a6672973c02ff41cad099b12963ac996c Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 15 Aug 2022 20:57:53 +0100 Subject: [PATCH] update numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95058f43..21b9b468 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy != 1.23, !=1.23.1', + 'numpy != 1.23, !=1.23.1, != 1.23.2', 'psutil', 'python-dateutil', 'retry',