Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
torch
|
2 |
donut-python
|
3 |
gradio
|
4 |
-
transformers==4.
|
|
|
|
|
|
1 |
torch
|
2 |
donut-python
|
3 |
gradio
|
4 |
+
transformers==4.25.1
|
5 |
+
timm==0.5.4
|
6 |
+
pytorch-lightning==1.6.4
|