build: require numpy<2 because spacy/thinc lack support

This commit is contained in:
Enno Hermann 2024-07-03 19:41:56 +02:00
parent d304ab2769
commit b1558b06d7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ classifiers = [
]
dependencies = [
# Core
"numpy>=1.24.3",
"numpy>=1.24.3,<2.0.0", # TODO: remove upper bound after spacy/thinc release
"cython>=0.29.30",
"scipy>=1.11.2",
"torch>=2.1",