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",