Skip to content

Commit 230a321

Browse files
committed
update dep requirement
Signed-off-by: Linkun Chen <github@lkchen.net>
1 parent 3e0fec7 commit 230a321

17 files changed

+4694
-2772
lines changed

doc/source/serve/llm/serving-llms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requirements
1818

1919
.. code-block:: bash
2020
21-
pip install ray[serve,llm]>=2.43.0 vllm>=0.7.2
21+
pip install ray[serve,llm]>=2.43.0 vllm>=0.8.2
2222
2323
# Suggested dependencies when using vllm 0.7.2:
2424
pip install xgrammar==0.1.11 pynvml==12.0.0

python/requirements/llm/llm-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keep this in sync with the definition in setup.py for ray[llm]
2-
vllm>=0.7.2
2+
vllm>=0.8.2
33
# For json mode
44
jsonref>=1.1.0
55
jsonschema

python/requirements/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ boto3==1.26.76
1515
cloudpickle==2.2.0
1616
cryptography==42.0.5
1717
cython==0.29.37
18-
fastapi==0.109.2
18+
fastapi>=0.115.0
1919
feather-format==0.4.1
2020
# Keep compatible with Werkzeug
2121
flask==2.1.3

python/requirements_compiled.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ fairscale==0.4.6
485485
# via -r python/requirements/ml/tune-test-requirements.txt
486486
farama-notifications==0.0.4
487487
# via gymnasium
488-
fastapi==0.109.2
488+
fastapi==0.115.0
489489
# via
490490
# -r python/requirements.txt
491491
# -r python/requirements/test-requirements.txt
@@ -2136,7 +2136,7 @@ stack-data==0.6.3
21362136
# via ipython
21372137
stanio==0.3.0
21382138
# via cmdstanpy
2139-
starlette==0.36.3
2139+
starlette==0.37.2
21402140
# via
21412141
# -r python/requirements.txt
21422142
# fastapi

python/requirements_compiled_ray_py311_cpu.txt

Lines changed: 280 additions & 174 deletions
Large diffs are not rendered by default.

python/requirements_compiled_ray_py311_cu121.txt

Lines changed: 280 additions & 174 deletions
Large diffs are not rendered by default.

python/requirements_compiled_ray_py311_cu124.txt

Lines changed: 280 additions & 174 deletions
Large diffs are not rendered by default.

python/requirements_compiled_ray_test_py311_cpu.txt

Lines changed: 287 additions & 180 deletions
Large diffs are not rendered by default.

python/requirements_compiled_ray_test_py311_cu121.txt

Lines changed: 287 additions & 180 deletions
Large diffs are not rendered by default.

python/requirements_compiled_ray_test_py311_cu124.txt

Lines changed: 287 additions & 180 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)