Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ gradio>=3.50
|
|
| 2 |
pandas>=2.0
|
| 3 |
numpy>=1.24
|
| 4 |
scipy>=1.10
|
|
|
|
| 5 |
tensorflow-cpu>=2.13
|
| 6 |
matplotlib>=3.7
|
| 7 |
-
protobuf<4.0.0
|
|
|
|
| 2 |
pandas>=2.0
|
| 3 |
numpy>=1.24
|
| 4 |
scipy>=1.10
|
| 5 |
+
scikit-learn>=1.0 # <-- This is the missing package
|
| 6 |
tensorflow-cpu>=2.13
|
| 7 |
matplotlib>=3.7
|
| 8 |
+
protobuf<4.0.0
|