Skip to content

Commit

Permalink
build: require numpy<2 because spacy/thinc lack support
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Jul 3, 2024
1 parent 23b03f7 commit f881b45
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",
"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",
Expand Down

0 comments on commit f881b45

Please sign in to comment.