fix: Gradio 5 compat - requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
# ββ HF Space runtime deps
|
| 2 |
-
|
|
|
|
| 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
|
|
|
|
|
|
|
|
|