Fix library version compatibility issues
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch>=2.0.0
|
2 |
torchvision>=0.15.0
|
3 |
-
transformers
|
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
|