From bfc0a151adff2de3ddc3a63a7b91217226b8bbd5 Mon Sep 17 00:00:00 2001 From: ThomasMBury Date: Tue, 4 Feb 2025 12:07:00 -0500 Subject: [PATCH] impose upper bound on numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53c669c..a8c5ea0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ requirements = [ "pandas>=0.23.0", - "numpy>=1.14.0", + "numpy>=1.14.0<1.25.0", "plotly>=2.3.0", "lmfit>=0.9.0", "arch>=4.4",