Skip to content

Commit

Permalink
Merge pull request #509 from guardrails-ai/fix-release
Browse files Browse the repository at this point in the history
try to release without a fixed commit v of comet
  • Loading branch information
zsimjee authored Dec 13, 2023
2 parents 917e41d + c03c202 commit f805ce7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 36 deletions.
64 changes: 30 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ presidio_anonymizer = {version = "^2.2.33", optional = true}
spacy-transformers = {version = "^1.3.3", optional = true}
anthropic = {version = "^0.7.2", optional = true}
torch = {version = "^2.1.1", optional = true}
unbabel-comet = {git = "https://github.com/Unbabel/COMET.git", rev="45cb572", optional = true}
guardrails-ai-unbabel-comet = {version = "^2.2.1", optional = true}
huggingface_hub = {version = "^0.16.4", optional = true}


Expand All @@ -56,7 +56,7 @@ vectordb = ["faiss-cpu", "tiktoken", "numpy"]
profanity = ["alt-profanity-check"]
detect-secrets = ["detect-secrets"]
manifest = ["manifest-ml"]
high_quality_translation = ["unbabel-comet", "huggingface_hub"]
high_quality_translation = ["guardrails-ai-unbabel-comet", "huggingface_hub"]
toxic_language = ["transformers", "torch"]
pii = ["presidio_analyzer", "presidio_anonymizer"]
competitor-check = ["spacy-transformers"]
Expand Down

0 comments on commit f805ce7

Please sign in to comment.