From 8b1d1fbd33563f0b6fb166ec1fb5269f8668f2f3 Mon Sep 17 00:00:00 2001 From: Keith Battocchi Date: Fri, 28 Jun 2024 12:13:51 -0400 Subject: [PATCH] Prevent use of numpy 2.0 Signed-off-by: Keith Battocchi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",