Adjust outlines version. (#200)

Co-authored-by: comaniac <hao.yu.cody@gmail.com>
This commit is contained in:
Liangsheng Yin
2024-02-17 13:40:39 +08:00
committed by GitHub
parent 2a74748b2f
commit 91e036334f

View File

@@ -20,7 +20,7 @@ dependencies = [
[project.optional-dependencies]
srt = ["aiohttp", "fastapi", "psutil", "rpyc", "torch", "uvloop", "uvicorn",
"zmq", "vllm>=0.2.5", "interegular", "lark", "numba",
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines<=0.0.30"]
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines>=0.0.27,<=0.0.30"]
openai = ["openai>=1.0", "numpy"]
anthropic = ["anthropic", "numpy"]
all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]"]