From a28b9d8e5371be116f3608c12185d2e86bca72ce Mon Sep 17 00:00:00 2001 From: "your.user.name" Date: Sun, 20 Oct 2024 13:47:48 -0700 Subject: [PATCH] updating numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22da7ef8..cb5019cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "tqdm", - "numpy", + "numpy<2", "scipy", "requests", "scikit-learn",