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",