pushpikaLiyanagama
commited on
Commit
•
4f46130
1
Parent(s):
7a2af10
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
joblib
|
2 |
-
gradio>=3.0
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
|
|
|
1 |
joblib
|
2 |
+
gradio>=3.0,<4.0
|
3 |
+
numpy>=1.21.0
|
4 |
+
scikit-learn==1.6.0
|
5 |
+
pandas
|