Update requirements.txt
Browse files- requirements.txt +14 -34
requirements.txt
CHANGED
|
@@ -1,34 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
#
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
xgboost>=2.0,<3
|
| 16 |
-
lightgbm>=4.3,<5
|
| 17 |
-
shap>=0.45,<0.47
|
| 18 |
-
|
| 19 |
-
# --- Hugging Face artifacts & (optional) tiny LLM orchestrator ---
|
| 20 |
-
huggingface_hub>=0.24,<0.26
|
| 21 |
-
transformers>=4.41,<5
|
| 22 |
-
accelerate>=0.28,<0.36
|
| 23 |
-
# (Optional — comment these two if you don't use the tiny LLM orchestrator.)
|
| 24 |
-
|
| 25 |
-
# --- Tracing (optional) ---
|
| 26 |
-
langfuse>=3.5,<4
|
| 27 |
-
|
| 28 |
-
# --- Warehouses (choose one; both can coexist) ---
|
| 29 |
-
# BigQuery
|
| 30 |
-
google-cloud-bigquery>=3.20,<4
|
| 31 |
-
google-auth>=2.30,<3
|
| 32 |
-
|
| 33 |
-
# MotherDuck via DuckDB extension (no 'motherduck' pip needed)
|
| 34 |
-
duckdb==1.3.2
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
transformers>=4.35.0
|
| 6 |
+
duckdb==1.3.2 # Specific version for MotherDuck compatibility
|
| 7 |
+
google-cloud-bigquery>=3.0.0
|
| 8 |
+
google-auth>=2.0.0
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|