Skip to content

Commit f805ce7

Browse files
authored
Merge pull request #509 from guardrails-ai/fix-release
try to release without a fixed commit v of comet
2 parents 917e41d + c03c202 commit f805ce7

File tree

2 files changed

+32
-36
lines changed

2 files changed

+32
-36
lines changed

poetry.lock

Lines changed: 30 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ presidio_anonymizer = {version = "^2.2.33", optional = true}
4545
spacy-transformers = {version = "^1.3.3", optional = true}
4646
anthropic = {version = "^0.7.2", optional = true}
4747
torch = {version = "^2.1.1", optional = true}
48-
unbabel-comet = {git = "https://github.com/Unbabel/COMET.git", rev="45cb572", optional = true}
48+
guardrails-ai-unbabel-comet = {version = "^2.2.1", optional = true}
4949
huggingface_hub = {version = "^0.16.4", optional = true}
5050

5151

@@ -56,7 +56,7 @@ vectordb = ["faiss-cpu", "tiktoken", "numpy"]
5656
profanity = ["alt-profanity-check"]
5757
detect-secrets = ["detect-secrets"]
5858
manifest = ["manifest-ml"]
59-
high_quality_translation = ["unbabel-comet", "huggingface_hub"]
59+
high_quality_translation = ["guardrails-ai-unbabel-comet", "huggingface_hub"]
6060
toxic_language = ["transformers", "torch"]
6161
pii = ["presidio_analyzer", "presidio_anonymizer"]
6262
competitor-check = ["spacy-transformers"]

0 commit comments

Comments
 (0)