Aswini-Kumar commited on
Commit
6146337
Β·
verified Β·
1 Parent(s): af8b6c0

fix: Gradio 5 compat - requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- # ── HF Space runtime deps (must all exist on PyPI) ────────────────────────────
2
- gradio>=4.44.0
 
3
  matplotlib>=3.9.0
4
  numpy>=1.26.0
5
  scipy>=1.13.0
6
  pandas>=2.2.0
7
-
8
- # openenv β€” install from source if not yet on PyPI:
9
- # pip install git+https://github.com/openenv/openenv.git
 
1
+ # ── HF Space runtime deps ──────────────────────────────────────────────────────
2
+ # Gradio 5+ required β€” Python 3.13 removed audioop/pyaudioop which Gradio 4 used
3
+ gradio>=5.0.0
4
  matplotlib>=3.9.0
5
  numpy>=1.26.0
6
  scipy>=1.13.0
7
  pandas>=2.2.0