From 24131c5621aec33f6656ffa3af5be3fde3099209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:19:57 +0000 Subject: [PATCH] Update dependency numpy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 942e5706..96dc6c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "tqdm", - "numpy<2", + "numpy<3", "scipy", "requests", "scikit-learn",