Skip to content

Commit 0944d7c

Browse files
update pyproject.toml
1 parent d893456 commit 0944d7c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pyproject.toml

+2-13
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,10 @@ packages = ["functionary"]
1313

1414
[project.optional-dependencies]
1515
vllm = [
16-
"transformers==4.43.3",
17-
"accelerate~=0.21.0",
18-
"sentencepiece~=0.1.99",
19-
"fastapi~=0.111.0",
20-
"uvicorn~=0.23.1",
21-
"pydantic~=2.6.0",
22-
"scipy~=1.11.1",
16+
"vllm==0.6.3.post1; sys_platform != 'darwin'",
2317
"jsonref~=1.1.0",
24-
"requests~=2.31.0",
25-
"PyYAML~=6.0.1",
26-
"protobuf==3.20.0",
27-
"tokenizers==0.19.1",
28-
"vllm==0.5.4; sys_platform != 'darwin'",
2918
"json_source_map==1.0.5",
30-
"jinja2==3.1.4",
19+
"PyYAML~=6.0.1",
3120
]
3221
sglang = [
3322
"jsonref~=1.1.0",

0 commit comments

Comments
 (0)