From 0944d7c8a77273c8cb2b66fd6d38d3d267678a1c Mon Sep 17 00:00:00 2001 From: Jeffrey Fong Date: Tue, 5 Nov 2024 11:10:24 +0000 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d03dda..4f5e561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,21 +13,10 @@ packages = ["functionary"] [project.optional-dependencies] vllm = [ - "transformers==4.43.3", - "accelerate~=0.21.0", - "sentencepiece~=0.1.99", - "fastapi~=0.111.0", - "uvicorn~=0.23.1", - "pydantic~=2.6.0", - "scipy~=1.11.1", + "vllm==0.6.3.post1; sys_platform != 'darwin'", "jsonref~=1.1.0", - "requests~=2.31.0", - "PyYAML~=6.0.1", - "protobuf==3.20.0", - "tokenizers==0.19.1", - "vllm==0.5.4; sys_platform != 'darwin'", "json_source_map==1.0.5", - "jinja2==3.1.4", + "PyYAML~=6.0.1", ] sglang = [ "jsonref~=1.1.0",