mknolan commited on
Commit
9f7c647
·
verified ·
1 Parent(s): 8ceee05

Fix library version compatibility issues

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
- transformers>=4.37.2
4
  gradio>=3.50.0
5
  pillow>=9.0.0
6
  numpy>=1.22.0
@@ -13,4 +13,5 @@ requests==2.31.0
13
  einops>=0.6.0
14
  timm>=0.9.2
15
  pdf2image>=1.16.3
16
- python-pptx>=0.6.21
 
 
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
+ transformers==4.37.2
4
  gradio>=3.50.0
5
  pillow>=9.0.0
6
  numpy>=1.22.0
 
13
  einops>=0.6.0
14
  timm>=0.9.2
15
  pdf2image>=1.16.3
16
+ python-pptx>=0.6.21
17
+ poppler-utils