Mikecode123 commited on
Commit
7b349af
·
verified ·
1 Parent(s): 8574269

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -6
requirements.txt CHANGED
@@ -1,6 +1,11 @@
1
- torch
2
- torchvision
3
- fastapi
4
- uvicorn
5
- pillow
6
- python-multipart
 
 
 
 
 
 
1
+ fastapi==0.115.6
2
+ uvicorn[standard]==0.32.1
3
+ pydantic==2.10.4
4
+ httpx==0.28.1
5
+ websockets==13.1
6
+ numpy==2.2.1
7
+ pandas==2.2.3
8
+ python-dotenv==1.0.1
9
+ supabase==2.10.0
10
+ cryptography==44.0.0
11
+ huggingface-hub==0.27.0