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
4 changes: 0 additions & 4 deletions tools/extractors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ docs = [
# extra rather than the base dependency set. The default string-similarity
# pass (`cora concepts suggest`) needs none of this.
concepts-ml = [
# sentence-transformers 5.x pulls transformers 5.x which has a NameError
# in transformers/integrations/accelerate.py against torch 2.2; pin <5.
"sentence-transformers>=3,<6",
# The transitive torch+sentence-transformers combo needs numpy 1.x — torch
# 2.2's pre-built wheels predate the numpy 2.x ABI break.
"numpy>=1.26,<3",
]

Expand Down