Skip to content

Commit f881b45

Browse files
committed
build: require numpy<2 because spacy/thinc lack support
1 parent 23b03f7 commit f881b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
dependencies = [
4646
# Core
47-
"numpy>=1.24.3",
47+
"numpy>=1.24.3,<2.0.0", # TODO: remove upper bound after spacy/thinc release
4848
"cython>=0.29.30",
4949
"scipy>=1.11.2",
5050
"torch>=2.1",

0 commit comments

Comments
 (0)