Skip to content

Commit 3a7d580

Browse files
authored
fix: close issue 28338 by fixed python version (vllm-project#28339)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent 05f8d69 commit 3a7d580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
rev: 0.9.1
3939
hooks:
4040
- id: pip-compile
41-
args: [requirements/test.in, -o, requirements/test.txt, --index-strategy, unsafe-best-match, --torch-backend, cu129, --python-platform, x86_64-manylinux_2_28]
41+
args: [requirements/test.in, -o, requirements/test.txt, --index-strategy, unsafe-best-match, --torch-backend, cu129, --python-platform, x86_64-manylinux_2_28, --python-version, "3.12"]
4242
files: ^requirements/test\.(in|txt)$
4343
- repo: local
4444
hooks:

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu129 --python-platform x86_64-manylinux_2_28
2+
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu129 --python-platform x86_64-manylinux_2_28 --python-version 3.12
33
absl-py==2.1.0
44
# via rouge-score
55
accelerate==1.0.1

0 commit comments

Comments
 (0)