From 0c5c623a06684286f93ddcbba6dfccccaf67120d Mon Sep 17 00:00:00 2001 From: Gustavo Cid Date: Mon, 8 Sep 2025 20:55:25 -0300 Subject: [PATCH] fix: closes OPEN-7311 relax numpy<2.0 requirement --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe5c2806..1ea7e173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,7 @@ dependencies = [ "pyarrow>=18.0.0; python_version >= '3.9'", "pyyaml>=6.0", "requests_toolbelt>=1.0.0", - "tqdm", - "numpy<2" + "tqdm" ] requires-python = ">= 3.8" classifiers = [