From 69a75966eaddbabc54a7d79cf749e622c699fffd Mon Sep 17 00:00:00 2001 From: ishandhanani Date: Thu, 29 May 2025 18:33:42 -0700 Subject: [PATCH] did it --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5e2ffc2d15..52aba73b3f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,10 +66,6 @@ vllm = [ "ai-dynamo-vllm~=0.8.4" ] -sglang = [ - "sglang[all]@git+https://github.com/sgl-project/sglang@e806f708c954020bda7d1cc98035a44fd6a4eb96#subdirectory=python" -] - [project.scripts] dynamo = "dynamo.sdk.cli.cli:cli" dynamo-run = "dynamo.sdk.cli.run_executable:dynamo_run"