Browse Source

fix: update lmdeploy version range in pyproject.toml for compatibility

myhloli 6 days ago
parent
commit
08c9fadbcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -60,7 +60,7 @@ vllm = [
     "vllm>=0.10.1.1,<0.12",
 ]
 lmdeploy = [
-    "lmdeploy>=0.10.2,<0.11",
+    "lmdeploy>=0.10.2,<0.12",
 ]
 mlx = [
     "mlx-vlm>=0.3.3,<0.4",