mobisoft commited on
Commit
c72c51e
·
verified ·
1 Parent(s): 36df28d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,7 +1,12 @@
1
- torch==2.0.1
2
- transformers==4.35.2
3
- fastapi
4
- uvicorn
5
- pillow
6
- numpy
7
- requests
 
 
 
 
 
 
1
+ torch>=2.1.0
2
+ transformers>=4.39.1
3
+ pillow>=10.0.0
4
+ pillow-heif>=0.15.0
5
+ numpy>=1.25.0
6
+ uvicorn>=0.23.0
7
+ fastapi>=0.102.0
8
+ loadimg>=0.1.1
9
+ timm>=0.9.2
10
+ kornia>=0.7.0
11
+ einops>=0.6.1
12
+ requests>=2.31.0