Unverified Commit c7b07a95 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Use pre-commit to update `requirements-test.txt` (#13617)

parent 27a09dc5
...@@ -44,6 +44,13 @@ repos: ...@@ -44,6 +44,13 @@ repos:
hooks: hooks:
- id: actionlint - id: actionlint
exclude: 'vllm/third_party/.*' exclude: 'vllm/third_party/.*'
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.2
hooks:
- id: pip-compile
args: [requirements-test.in, -o, requirements-test.txt]
files: ^requirements-test\.(in|txt)$
- repo: local - repo: local
hooks: hooks:
- id: mypy-local - id: mypy-local
......
# # This file was autogenerated by uv via the following command:
# This file is autogenerated by pip-compile with Python 3.12 # uv pip compile requirements-test.in -o requirements-test.txt
# by the following command:
#
# python3.12 -m piptools compile requirements-test.in -o requirements-test.txt
#
absl-py==2.1.0 absl-py==2.1.0
# via rouge-score # via rouge-score
accelerate==1.0.1 accelerate==1.0.1
...@@ -141,7 +137,7 @@ frozenlist==1.5.0 ...@@ -141,7 +137,7 @@ frozenlist==1.5.0
# aiohttp # aiohttp
# aiosignal # aiosignal
# ray # ray
fsspec[http]==2024.9.0 fsspec==2024.9.0
# via # via
# datasets # datasets
# evaluate # evaluate
...@@ -221,7 +217,7 @@ librosa==0.10.2.post1 ...@@ -221,7 +217,7 @@ librosa==0.10.2.post1
# via -r requirements-test.in # via -r requirements-test.in
llvmlite==0.43.0 llvmlite==0.43.0
# via numba # via numba
lm-eval[api]==0.4.4 lm-eval==0.4.4
# via -r requirements-test.in # via -r requirements-test.in
lxml==5.3.0 lxml==5.3.0
# via sacrebleu # via sacrebleu
...@@ -238,10 +234,8 @@ mbstrdecoder==1.1.3 ...@@ -238,10 +234,8 @@ mbstrdecoder==1.1.3
# typepy # typepy
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
mistral-common[opencv]==1.5.1 mistral-common==1.5.1
# via # via -r requirements-test.in
# -r requirements-test.in
# mistral-common
more-itertools==10.5.0 more-itertools==10.5.0
# via lm-eval # via lm-eval
mpmath==1.3.0 mpmath==1.3.0
...@@ -418,7 +412,7 @@ pybind11==2.13.6 ...@@ -418,7 +412,7 @@ pybind11==2.13.6
# via lm-eval # via lm-eval
pycparser==2.22 pycparser==2.22
# via cffi # via cffi
pydantic[email]==2.9.2 pydantic==2.9.2
# via # via
# datamodel-code-generator # datamodel-code-generator
# mistral-common # mistral-common
...@@ -478,7 +472,7 @@ pyyaml==6.0.2 ...@@ -478,7 +472,7 @@ pyyaml==6.0.2
# vocos # vocos
rapidfuzz==3.12.1 rapidfuzz==3.12.1
# via jiwer # via jiwer
ray[adag]==2.40.0 ray==2.40.0
# via -r requirements-test.in # via -r requirements-test.in
redis==5.2.0 redis==5.2.0
# via tensorizer # via tensorizer
...@@ -549,6 +543,10 @@ sentence-transformers==3.2.1 ...@@ -549,6 +543,10 @@ sentence-transformers==3.2.1
# via -r requirements-test.in # via -r requirements-test.in
sentencepiece==0.2.0 sentencepiece==0.2.0
# via mistral-common # via mistral-common
setuptools==75.8.0
# via
# pytablewriter
# torch
six==1.16.0 six==1.16.0
# via # via
# python-dateutil # python-dateutil
...@@ -646,7 +644,7 @@ tritonclient==2.51.0 ...@@ -646,7 +644,7 @@ tritonclient==2.51.0
# via # via
# -r requirements-test.in # -r requirements-test.in
# genai-perf # genai-perf
typepy[datetime]==1.3.2 typepy==1.3.2
# via # via
# dataproperty # dataproperty
# pytablewriter # pytablewriter
...@@ -683,6 +681,3 @@ yarl==1.17.1 ...@@ -683,6 +681,3 @@ yarl==1.17.1
# via aiohttp # via aiohttp
zstandard==0.23.0 zstandard==0.23.0
# via lm-eval # via lm-eval
# The following packages are considered to be unsafe in a requirements file:
# setuptools
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment