Skip to content

Commit 722a50c

Browse files
committed
build: allow numpy2, which should be supported in spacy 3.8 now (#81)
1 parent fb6aab9 commit 722a50c

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.25.2,<2.0.0", # TODO: remove upper bound after spacy/thinc release
47+
"numpy>=1.25.2",
4848
"cython>=3.0.0",
4949
"scipy>=1.11.2",
5050
"torch>=2.4",

0 commit comments

Comments
 (0)