ericjedha commited on
Commit
75ae70e
·
verified ·
1 Parent(s): f961195

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
  fastapi[standard]
2
  pydantic
3
  typing
4
- pandas
5
  openpyxl
6
- mlflow
7
  boto3
8
  scikit-learn
9
  python-multipart
@@ -12,4 +10,11 @@ s3fs
12
  streamlit
13
  matplotlib
14
  seaborn
15
- plotly
 
 
 
 
 
 
 
 
1
  fastapi[standard]
2
  pydantic
3
  typing
 
4
  openpyxl
 
5
  boto3
6
  scikit-learn
7
  python-multipart
 
10
  streamlit
11
  matplotlib
12
  seaborn
13
+ plotly
14
+ uvicorn
15
+ mlflow==2.12.1
16
+ pandas==2.2.2
17
+ numpy==1.26.4
18
+ xgboost==2.0.3
19
+ psutil==5.9.0
20
+ scipy==1.13.0