From 0a1841828613b32ff4187f9263e7cc63d430e70a Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Fri, 13 Sep 2024 11:12:14 +0100 Subject: [PATCH] build: allow numpy2, which should be supported in spacy 3.8 now (#81) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 371d0b10dc..3919d1d0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] dependencies = [ # Core - "numpy>=1.25.2,<2.0.0", # TODO: remove upper bound after spacy/thinc release + "numpy>=1.25.2", "cython>=0.29.30", "scipy>=1.11.2", "torch>=2.4",