Kennymaur commited on
Commit
b8c1081
·
1 Parent(s): 5f114b3

requirements.txt updated

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -28
requirements.txt CHANGED
@@ -1,28 +1,10 @@
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
 
1
+ #scikit-learn
2
+ fastapi
3
+ joblib
4
+ numpy
5
+ pandas
6
+ pydantic
7
+ uvicorn
8
+ xgboost
9
+ jinja2
10
+ imblearn