Kennymaur commited on
Commit
ffb77b4
·
1 Parent(s): b2ca482

requirements.txt added

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.5.0
2
+ anyio==3.7.1
3
+ click==8.1.6
4
+ colorama==0.4.6
5
+ exceptiongroup==1.1.3
6
+ fastapi==0.101.1
7
+ h11==0.14.0
8
+ idna==3.4
9
+ imbalanced-learn==0.11.0
10
+ imblearn==0.0
11
+ joblib==1.3.2
12
+ numpy==1.25.2
13
+ pandas==2.0.3
14
+ pydantic==2.1.1
15
+ pydantic_core==2.4.0
16
+ python-dateutil==2.8.2
17
+ pytz==2023.3
18
+ scikit-learn==1.3.0
19
+ scipy==1.11.1
20
+ six==1.16.0
21
+ sklearn==0.0.post7
22
+ sniffio==1.3.0
23
+ starlette==0.27.0
24
+ threadpoolctl==3.2.0
25
+ typing_extensions==4.7.1
26
+ tzdata==2023.3
27
+ uvicorn==0.23.2
28
+ xgboost==1.7.6