Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored Dec 19, 2023
1 parent 911788f commit 3186f79
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,9 @@ packages = [
python = ">=3.9,<3.12"
# package dependencies
fire = "^0.5.0"
openai = { version = "0.27.8" }
pyyaml = "^6.0.1"
retrying = "^1.3.4"

# Begin optional dependencies

# anthropic
anthropic = { version = "^0.3.10", optional = true }
# hf
accelerate = { version = "^0.23.0", optional = true }
datasets = { version = "^2.14.5", optional = true }
transformers = { version = "^4.33.1", optional = true }
# vllm
vllm = { version = "0.2.0", optional = true }

[tool.poetry.extras]
anthropic_support = ["anthropic"]
hf_support = ["accelerate", "datasets", "torch", "transformers"]
Expand Down

0 comments on commit 3186f79

Please sign in to comment.