build: allow numpy2, which should be supported in spacy 3.8 now (#81)

This commit is contained in:
Enno Hermann 2024-09-13 11:12:14 +01:00 committed by GitHub
parent e5dd06b3bb
commit 0a18418286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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