Alaudeen commited on
Commit
2d293be
·
verified ·
1 Parent(s): a077ecd

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy>=1.24.0
2
+ pandas>=2.0.0
3
+ scikit-learn>=1.3.0
4
+ xgboost>=2.0.0
5
+ torch>=2.0.0
6
+ matplotlib>=3.7.0
7
+ seaborn>=0.12.0
8
+ datasets>=2.14.0
9
+ joblib>=1.3.0
10
+ scipy>=1.11.0
11
+ fastapi>=0.104.0
12
+ uvicorn>=0.24.0
13
+ gradio>=4.0.0
14
+ python-multipart>=0.0.6