diff --git a/pyproject.toml b/pyproject.toml index a780b08d5..19802ad33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Operating System :: POSIX :: Linux" ] dependencies = [ - "numpy", + "numpy<2", "scipy > 1.4.0", "scikit-learn >= 1.0, < 1.6", "sparse",