diff --git a/sdks/python/setup.py b/sdks/python/setup.py index bf93eaa7921d..1b5e086d35af 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -627,7 +627,7 @@ def get_portability_package_data(): 'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'], 'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'], 'milvus': milvus_dependency, - 'vllm': ['openai==1.107.1', 'vllm==0.14', 'triton==3.3.1'] + 'vllm': ['openai==1.107.1', 'vllm==0.10.1.1', 'triton==3.3.1'] }, zip_safe=False, # PyPI package information.