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