Skip to content

Commit 331e24a

Browse files
authored
Merge pull request #18 from vllm-project/vllm-0.18.0
v0.18.0 bump
2 parents 38c9704 + 089728f commit 331e24a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vllm-bart-plugin"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "BART model plugin for vLLM"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"vllm>=0.13.0,<=0.16",
29+
"vllm>=0.13.0,<=0.18",
3030
"torch>=2.9.0",
3131
"transformers>=4.56.0,<5",
3232
]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
setup(
66
name="vllm-bart-plugin",
7-
version="0.3.2",
7+
version="0.3.3",
88
description="BART model plugin for vLLM",
99
author="Nicolò Lucchesi",
1010
author_email="nick.lucche@redhat.com",
1111
packages=find_packages(),
1212
python_requires=">=3.10",
1313
install_requires=[
14-
"vllm>=0.14.0,<=0.16",
14+
"vllm>=0.13.0,<=0.18",
1515
"torch>=2.9.0",
1616
"transformers >= 4.56.0, < 5",
1717
],

0 commit comments

Comments
 (0)