Skip to content

Commit 84bc0db

Browse files
committed
fix for pre-commit failed job - Error: vllm/executor/ray_distributed_executor.py:531: error: Library stubs not installed for "pkg_resources" (2)
Signed-off-by: Alexandru Badea <george-alexandru.badea@ionos.com>
1 parent 4b86ed6 commit 84bc0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Information Analysis",
3232
]
3333
requires-python = ">=3.9,<3.13"
34-
dynamic = [ "version", "dependencies", "optional-dependencies"]
34+
dynamic = [ "version", "dependencies"]
3535

3636
[project.urls]
3737
Homepage="https://github.com/vllm-project/vllm"

0 commit comments

Comments
 (0)