Spaces:
Running
Running
abdullahmeda
commited on
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
gradio==4.15.0
|
2 |
joblib==1.3.2
|
3 |
-
nltk==3.
|
4 |
-
numpy==1.
|
5 |
-
pandas==2.
|
6 |
-
torch==2.
|
7 |
-
transformers==4.
|
8 |
-
xgboost
|
9 |
-
lightgbm
|
10 |
-
catboost
|
11 |
-
scikit-learn
|
|
|
1 |
gradio==4.15.0
|
2 |
joblib==1.3.2
|
3 |
+
nltk==3.2.4
|
4 |
+
numpy==1.24.3
|
5 |
+
pandas==2.1.4
|
6 |
+
torch==2.0.0
|
7 |
+
transformers==4.36.2
|
8 |
+
xgboost==2.0.3
|
9 |
+
lightgbm==3.3.2
|
10 |
+
catboost==1.2.2
|
11 |
+
scikit-learn==1.2.2
|