Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
+
numpy>=1.26.0
|
| 2 |
+
scikit-learn==1.6.1
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
joblib>=1.3.0
|
| 5 |
+
gradio>=4.0.0
|