diff --git a/pyproject.toml b/pyproject.toml index 0190af7..ae3071d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]