Skip to content

Commit f58dfc7

Browse files
Add spacy-transformers requirement for competitor check
1 parent 0419b5b commit f58dfc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ torch = {version = "^2.1.0", optional = true, source = "torch"}
4545
presidio_analyzer = {version = "^2.2.33", optional = true}
4646
presidio_anonymizer = {version = "^2.2.33", optional = true}
4747
spacy = {version = "^3.7.2", optional = true}
48+
spacy-transformers = {version = "^1.3.3", optional = true}
4849
anthropic = {version = "^0.7.2", optional = true}
4950

5051
[tool.poetry.extras]
@@ -57,7 +58,7 @@ manifest = ["manifest-ml"]
5758
critique = ["inspiredco"]
5859
toxic_language = ["transformers", "torch"]
5960
pii = ["presidio_analyzer", "presidio_anonymizer"]
60-
competitor-check = ["spacy"]
61+
competitor-check = ["spacy", "spacy-transformers"]
6162
anthropic = ["anthropic"]
6263

6364
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)