Update dependencies (#326)

This commit is contained in:
Jani Monoses
2024-03-23 19:15:58 +02:00
committed by GitHub
parent ce216c80dc
commit 30d17840fc

View File

@@ -15,13 +15,13 @@ classifiers = [
]
dependencies = [
"requests",
"tqdm",
]
[project.optional-dependencies]
srt = ["aiohttp", "fastapi", "psutil", "rpyc", "torch", "uvloop", "uvicorn",
"zmq", "vllm>=0.3.3", "interegular", "lark", "numba",
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines>=0.0.27"]
openai = ["openai>=1.0", "numpy"]
"zmq", "vllm>=0.3.3", "interegular", "pydantic", "pillow", "outlines>=0.0.27"]
openai = ["openai>=1.0", "numpy", "tiktoken"]
anthropic = ["anthropic>=0.20.0", "numpy"]
all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]"]