From 9bbe2cfe0f5b34ea3d6af7f51e4489b63ba43c1b Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Fri, 26 Sep 2025 12:27:11 -0400 Subject: [PATCH] handle vllm pinned conflict --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 17a7656e5..e317b5117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,8 +200,16 @@ find-links = [ "https://github.com/ModelCloud/GPTQModel/releases", ] prerelease = "allow" +default-groups = ["default"] +conflicts = [ + [ + { group = "default" }, + { extra = "vllm" }, + ], +] [dependency-groups] +default = ["torch>=2.6.0"] dev = [ "pytest", "pytest-cov",