Update requirements.txt
Browse files- requirements.txt +8 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
scikit-learn>=1.3.0
|
| 10 |
-
shap>=0.42.0
|
| 11 |
-
matplotlib>=3.7.0
|
| 12 |
-
jinja2>=3.1.0
|
| 13 |
-
joblib>=1.3.0
|
| 14 |
-
huggingface-hub>=0.19.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
langchain
|
| 3 |
+
langchain-groq
|
| 4 |
+
langchain-core
|
| 5 |
+
langchain-community
|
| 6 |
+
pandas
|
| 7 |
+
statsmodels
|
| 8 |
+
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|