Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
joblib==1.2.0
|
| 2 |
-
matplotlib==3.7.2
|
| 3 |
-
matplotlib-inline==0.1.6
|
| 4 |
-
numpy==1.24.4
|
| 5 |
-
pandas==2.2.2
|
| 6 |
-
scikit-learn==1.4.1.post1
|
| 7 |
-
streamlit==1.33.0
|
| 8 |
-
streamlit-chat==0.1.1
|
| 9 |
-
nltk==3.8.1
|
|
|
|
|
|
| 1 |
+
joblib==1.2.0
|
| 2 |
+
matplotlib==3.7.2
|
| 3 |
+
matplotlib-inline==0.1.6
|
| 4 |
+
numpy==1.24.4
|
| 5 |
+
pandas==2.2.2
|
| 6 |
+
scikit-learn==1.4.1.post1
|
| 7 |
+
streamlit==1.33.0
|
| 8 |
+
streamlit-chat==0.1.1
|
| 9 |
+
nltk==3.8.1
|
| 10 |
+
Xgboost==2.1.3
|