Skip to content

Commit d283ee6

Browse files
committed
fix gradio gui
1 parent 98d59a4 commit d283ee6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ ipython
2121
ipykernel
2222
peft
2323
bitsandbytes
24-
gradio
24+
gradio<5.16.0
2525
# Constrain spacy version to avoid blis build issues on ARM64
2626
spacy<3.8.0
2727
cerebras_cloud_sdk
2828
outlines[transformers]
29-
sentencepiece
29+
sentencepiece
30+
mcp

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
"ipykernel",
3939
"peft",
4040
"bitsandbytes",
41-
"gradio",
41+
"gradio<5.16.0",
4242
# Constrain spacy version to avoid blis build issues on ARM64
4343
"spacy<3.8.0",
4444
"cerebras_cloud_sdk",
4545
"outlines[transformers]",
4646
"sentencepiece",
47+
"mcp",
4748
],
4849
entry_points={
4950
'console_scripts': [

0 commit comments

Comments
 (0)