Skip to content

Commit

Permalink
setting upper bound of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 15, 2024
1 parent fcac879 commit 620a53b
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 @@ -34,7 +34,7 @@ keywords = [

dependencies = [
"spacy[lookups]>=3.6.0",
"numpy>=1.20.0",
"numpy>=1.20.0,<2.0.0", # due to https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
"pandas>=1.0.0",
"pyphen>=0.11.0",
"ftfy>=6.0.3",
Expand Down

0 comments on commit 620a53b

Please sign in to comment.