abhishekrs4 commited on
Commit
9bbea73
1 Parent(s): 5c2533f

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy==1.24.4
2
+ pandas==2.0.3
3
+ matplotlib==3.7.4
4
+ seaborn==0.13.2
5
+ scikit-learn==1.3.2
6
+ lightgbm[scikit-learn]
7
+ joblib==1.3.2
8
+ fastapi==0.109.2
9
+ uvicorn[standard]
10
+ pydantic==2.6.0
11
+ pydantic-settings==2.1.0
12
+ requests==2.31.0
13
+ mlflow==2.10.0