Skip to content

Commit

Permalink
Update dependency: spacy<3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuosier committed Oct 1, 2024
1 parent 74dffa1 commit db0523e
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 @@ -134,7 +134,7 @@ tensorflow = [
"tensorflow<=2.15.1" # v2.16.1 with consequence on tf2onnx v1.16.1 (latest) has an issue with Keras 3 installed in py3.11+ (https://github.com/onnx/tensorflow-onnx/issues/2319)
]
text = [
"spacy>=3.4.2", # the first version of spacy that supports python 3.11 is spacy v3.4.2
"spacy>=3.4.2,<3.8", # the first version of spacy that supports python 3.11 is spacy v3.4.2; 3.8.2 has dependency conflict.
"wordcloud>=1.8.1"
]
torch = [
Expand Down

0 comments on commit db0523e

Please sign in to comment.