Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
gradio==4.44.1
|
2 |
-
joblib
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
xgboost
|
|
|
1 |
gradio==4.44.1
|
2 |
+
joblib==1.3.2
|
3 |
+
xgboost==2.0.3
|
4 |
+
numpy==1.26.4
|
5 |
+
fpdf==1.7.2
|
6 |
+
deep-translator==1.11.4
|
|