Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
joblib
|
4 |
gradio
|
5 |
-
|
6 |
-
|
|
|
1 |
+
numpy==1.23.5 # or another compatible version
|
2 |
+
scikit-learn==1.5.2
|
3 |
joblib
|
4 |
gradio
|
|
|
|