vllm-project/vllm-omni

[Bug]: Regression on dependency declaration

Closed

#5,123 opened on Jul 15, 2026

 (3 comments) (0 reactions) (0 assignees)Python (1,067 forks)github user discovery
bughelp wantedmedium priority

Repository metrics

Stars
 (4,990 stars)
PR merge metrics
 (PR metrics pending)

Description

Your current environment

Your output of `python collect_env.py` here

Your code version

🐛 Describe the bug

The "gradio>=6.7.0" dep in [demo] optional dependency group in pyproject.toml was removed by #4575 . But example scripts like examples/online_serving/text_to_speech/fish_speech/gradio_demo.py needs gradio

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Contributor guide