From 53043d197890a5331a733504e63d70cae5791114 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 5 Jul 2024 07:33:26 +0200 Subject: [PATCH] Pin numpy install to <2.0 in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8865f46be..82e529767 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( "httpx>=0.24.1", "urllib3", "jsonschema", - "numpy", + "numpy<2.0", "pandas>=2.2.0,<3.0", "TA-Lib", "pandas-ta",