Shyanil commited on
Commit
bdf2bf9
·
verified ·
1 Parent(s): 09907de

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.68.0
2
+ numpy>=1.19.0
3
+ pandas>=1.2.0
4
+ xgboost>=1.5.0
5
+ scikit-learn>=0.24.0
6
+ pydantic>=1.8.0
7
+ python-multipart>=0.0.5
8
+ joblib>=1.0.0