From dafe2b6c88c6940dffffb0c5faf2932f1461e94c Mon Sep 17 00:00:00 2001 From: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:40:36 +0200 Subject: [PATCH] [`deps`] Attempt to remove numpy restrictions (#2937) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99d35cd51..d74079871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dependencies = [ "transformers>=4.38.0,<5.0.0", "tqdm", "torch>=1.11.0", - "numpy<2.0.0", "scikit-learn", "scipy", "huggingface-hub>=0.19.3",