101Frost commited on
Commit
60af893
·
verified ·
1 Parent(s): 730befc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ torch==2.1.0
4
+ torchvision==0.16.0
5
+ Pillow==10.1.0
6
+ requests==2.31.0
7
+ numpy==1.24.3
8
+ pydantic==2.5.0
9
+ # Note: timm and open-clip-torch will be installed from git in Dockerfile