Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion detection/nlp_text_splitter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ name = "nlp_text_splitter"
version = "9.0"
dependencies = [
"spacy>=3.7.4",
"wtpsplit>=1.3.0"
"wtpsplit>=1.3.0",
# Starting with version 8.2.5, thinc will try to compile C extensions during install.
# Restricting the version of thinc is easier than installing a C compiler in every component
# Dockerfile that uses the text splitter.
"thinc>=8.2.2,<8.2.5"
]