Skip to content

Commit

Permalink
build: again restrict to numpy<2
Browse files Browse the repository at this point in the history
Some parts of spacy/thinc are still causing issues
  • Loading branch information
eginhard committed Oct 20, 2024
1 parent a510ec3 commit ad435b5
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",
"numpy>=1.25.2,<2.0",
"cython>=3.0.0",
"scipy>=1.11.2",
"torch>=2.4",
Expand Down

0 comments on commit ad435b5

Please sign in to comment.