diff --git a/pyproject.toml b/pyproject.toml index 94ed3a2c36..e0b4183cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] dependencies = [ # Core - "numpy>=1.24.3,<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.1",