Skip to content

Commit 815ba1d

Browse files
committed
adding pip dependency so that spaCy models can be easily installed with uv
1 parent 35db418 commit 815ba1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies = [
1010
"spacy>=3.8.0",
1111
"torch>=2.0.0",
1212
"transformers>=4.46.0",
13+
"pip", # so that spaCy models can be easily installed with uv
1314
]
1415

1516
[tool.uv.sources]

0 commit comments

Comments
 (0)