From 94ab417213d98789e71b5c235327c9b525412082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:57:19 +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 b88a434a..ce3e018a 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",