Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
scikit-learn>=1.3.0
|
| 5 |
+
plotly>=5.15.0
|
| 6 |
+
matplotlib>=3.7.0
|
| 7 |
+
difflib
|
| 8 |
+
scipy>=1.10.0
|
| 9 |
+
python-Levenshtein>=0.21.0
|