Ameya729 commited on
Commit
4b1fb46
·
verified ·
1 Parent(s): 2db6a41

Update fmcg_genai/requirements.txt

Browse files
Files changed (1) hide show
  1. fmcg_genai/requirements.txt +33 -43
fmcg_genai/requirements.txt CHANGED
@@ -1,43 +1,33 @@
1
- # Core ML and Data Science
2
- pandas>=2.0.0
3
- numpy>=1.24.0
4
- scikit-learn>=1.3.0
5
- xgboost>=1.7.0
6
- prophet>=1.1.0
7
-
8
- # Visualization and Explainability
9
- matplotlib>=3.7.0
10
- seaborn>=0.12.0
11
- plotly>=5.15.0
12
- shap>=0.42.0
13
-
14
- # Generative AI and RAG
15
- langchain>=0.0.300
16
- langchain-community>=0.0.10
17
- faiss-cpu>=1.7.4
18
- sentence-transformers>=2.2.0
19
- transformers>=4.30.0
20
- torch>=2.0.0
21
- accelerate>=0.20.0
22
-
23
- # Dashboard
24
- streamlit>=1.25.0
25
- # streamlit-plotly-events>=0.0.7 # Commented out due to compatibility issues
26
-
27
- # Data Processing
28
- pyyaml>=6.0
29
- python-dateutil>=2.8.0
30
- holidays>=0.25
31
-
32
- # Utilities
33
- tqdm>=4.65.0
34
- joblib>=1.3.0
35
- # pickle5>=0.0.12 # Commented out due to compatibility issues
36
-
37
- # Optional: MLOps
38
- # mlflow>=2.5.0
39
- # docker>=6.1.0
40
-
41
- # Development
42
- jupyter>=1.0.0
43
- ipykernel>=6.25.0
 
1
+ # Core Dependencies (Install First)
2
+ joblib>=1.3.0
3
+ numpy>=1.24.0
4
+ pandas>=2.0.0
5
+
6
+ # ML and Data Science
7
+ scikit-learn>=1.3.0
8
+ xgboost>=1.7.0
9
+ prophet>=1.1.0
10
+
11
+ # Visualization and Explainability
12
+ matplotlib>=3.7.0
13
+ seaborn>=0.12.0
14
+ plotly>=5.15.0
15
+ shap>=0.42.0
16
+
17
+ # Dashboard
18
+ streamlit>=1.25.0
19
+
20
+ # Data Processing
21
+ pyyaml>=6.0
22
+ python-dateutil>=2.8.0
23
+ holidays>=0.25
24
+ tqdm>=4.65.0
25
+
26
+ # Generative AI and RAG
27
+ torch>=2.0.0
28
+ transformers>=4.30.0
29
+ sentence-transformers>=2.2.0
30
+ accelerate>=0.20.0
31
+ langchain>=0.0.300
32
+ langchain-community>=0.0.10
33
+ faiss-cpu>=1.7.4