Skip to content

Commit a487538

Browse files
committed
Updating versions
1 parent a2dbeaf commit a487538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradio_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ def create_summary_visualizations(df):
716716
modal.Image.debian_slim(python_version="3.11")
717717
.apt_install("ffmpeg", "libsndfile1")
718718
.pip_install(
719-
"gradio>=4.44.1,<5.0.0", # Latest Gradio 4.x for Python 3.11
719+
"gradio>=4.44.1,<5.0.0", # Latest Gradio 4.x (4.44.1) for Python 3.11 - compatible with huggingface_hub<0.23.0
720720
"huggingface_hub>=0.20.0,<0.23.0", # Compatible with Gradio 4.44.1 (HfFolder was removed in 0.23.0+)
721721
"torch>=2.0.0",
722722
"torchaudio>=2.0.0",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dependencies = [
4343
"pandas>=2.0.0",
4444
"openpyxl>=3.1.0",
4545
"typer>=0.20.0",
46-
"gradio>=4.44.1,<5.0.0",
47-
"modal>=1.2.2",
46+
"gradio>=4.44.1,<5.0.0", # Latest Gradio 4.x (4.44.1) - compatible with Python 3.11 and huggingface_hub<0.23.0
47+
"modal>=1.2.2", # Latest Modal version (1.2.2) - compatible with Python 3.11
4848
"onnxruntime>=1.23.2", # Latest version as of Nov 2024
4949
"onnx>=1.16.0", # Latest version as of Nov 2024
5050
"huggingface_hub>=0.20.0,<0.23.0" # Compatible with Gradio 4.44.1

0 commit comments

Comments
 (0)