Skip to content

Commit

Permalink
build: allow numpy2, which should be supported in spacy 3.8 now (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Oct 4, 2024
1 parent 242e278 commit 6f8f15e
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.24.3,<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.1",
Expand Down

0 comments on commit 6f8f15e

Please sign in to comment.