Skip to content

Commit 1d0e102

Browse files
Frankstein73dest1n1s
authored andcommitted
chore(dependencies): manage gradio dependency in pyproject.toml
- Removed `gradio` from the main dependencies section to streamline the core requirements. - Added `gradio` back to the development dependencies to ensure it is available for testing and development purposes.
1 parent 78ca7e5 commit 1d0e102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies = [
3333
"typing-extensions>=4.13.2",
3434
"more-itertools>=10.7.0",
3535
"json-repair>=0.44.1",
36-
"gradio>=5.34.0",
3736
]
3837
requires-python = "==3.11.*"
3938
readme = "README.md"
@@ -89,6 +88,7 @@ dev = [
8988
"mongomock>=4.3.0",
9089
"qwen-vl-utils>=0.0.10",
9190
"tabulate>=0.9.0",
91+
"gradio>=5.34.0",
9292
]
9393
flash-attn = [
9494
"flash-attn>=2.7.4.post1; (sys_platform == 'win32' or sys_platform == 'linux')",

0 commit comments

Comments
 (0)