diff --git a/pyproject.toml b/pyproject.toml index 9c43cf67..2783bf49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.8" dependencies = [ "pandas", - "numpy", + "numpy<2", "scipy", "pyyaml", 'scikit-learn>=0.24,<2',