Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
pandas>=2.0.0
|
| 2 |
numpy>=1.24.0
|
| 3 |
plotly>=5.0.0
|
| 4 |
-
gradio>=4.
|
| 5 |
scipy>=1.10.0
|
|
|
|
| 1 |
pandas>=2.0.0
|
| 2 |
numpy>=1.24.0
|
| 3 |
plotly>=5.0.0
|
| 4 |
+
gradio>=4.13.0 # Critical - older versions have different APIs
|
| 5 |
scipy>=1.10.0
|