diff --git a/pyproject.toml b/pyproject.toml index c78b479..f1b4ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] dependencies = [ "neuralforecast", - "numpy", + "numpy <= 1.26.4", "pandas", "pyclustering@git+https://github.com/djpasseyjr/pyclustering", "pysindy",