From 80882e1d54777ef456bdfa9968e235899794c48d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:18:43 +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 149d33e6..4cc8bc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "tqdm", - "numpy<2", + "numpy<3", "scipy", "requests", "scikit-learn",