Upload requirements.txt.txt
Browse files- requirements.txt.txt +20 -0
requirements.txt.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.5.2
|
| 5 |
+
xgboost==2.1.1
|
| 6 |
+
lightgbm==4.5.0
|
| 7 |
+
shap==0.45.1
|
| 8 |
+
matplotlib==3.9.2
|
| 9 |
+
jinja2==3.1.4
|
| 10 |
+
huggingface_hub==0.24.6
|
| 11 |
+
transformers==4.44.2
|
| 12 |
+
accelerate==0.34.2
|
| 13 |
+
langfuse==2.40.2
|
| 14 |
+
python-dotenv==1.0.1
|
| 15 |
+
# Optional data layers (pick what you use)
|
| 16 |
+
google-cloud-bigquery==3.25.0
|
| 17 |
+
google-auth==2.35.0
|
| 18 |
+
motherduck==0.10.7
|
| 19 |
+
duckdb==1.1.0
|
| 20 |
+
pyarrow==17.0.0
|