From b927a370e0519459509f8734fa884ca156578958 Mon Sep 17 00:00:00 2001 From: SylvanBrocard Date: Wed, 23 Oct 2024 18:51:57 +0200 Subject: [PATCH] limit numpy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd433d8..b94f713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ authors = [{ name = "Sylvan Brocard", email = "sbrocard@upmem.com" }] requires-python = ">=3.7" dependencies = [ - "numpy", + "numpy<2", "scikit-learn<1.1", "importlib_resources; python_version<'3.9'", "xxhash",