From 1baac1d73b5cc3cbc530f1b855d4b8adc1433a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:28:19 +0000 Subject: [PATCH] chore(deps): update vllm requirement from <=0.6.3 to <=0.7.3 Updates the requirements on [vllm](https://github.com/vllm-project/vllm) to permit the latest version. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Commits](https://github.com/vllm-project/vllm/compare/v0.1.0...v0.7.3) --- updated-dependencies: - dependency-name: vllm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a16fd81..ce955b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "tensordict<0.6", "torchdata", "transformers", - "vllm<=0.6.3", + "vllm<=0.7.3", 'wandb', ] diff --git a/requirements.txt b/requirements.txt index 8c35b11..07d3737 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ ray[data,train,tune,serve] tensordict<0.6 torchdata transformers -vllm<=0.6.3 +vllm<=0.7.3 wandb