Skip to content

Commit

Permalink
build: allow numpy2, which should be supported in spacy 3.8 now
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Sep 12, 2024
1 parent e5dd06b commit ee711e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee711e8

Please sign in to comment.