videopix commited on
Commit
f510e5e
·
verified ·
1 Parent(s): 4ff225e

Update requirements.txt

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