ganeshkonapalli commited on
Commit
fb5b58a
·
verified ·
1 Parent(s): 143e384

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.104.1
2
+ uvicorn==0.24.0
3
+ pydantic==2.4.2
4
+ pandas==2.1.2
5
+ numpy==1.24.3
6
+ scikit-learn==1.3.2
7
+ joblib==1.3.2
8
+ python-multipart==0.0.6