Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio
|
2 |
-
nougat-ocr
|
3 |
pypandoc
|
4 |
-
torch
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
pypandoc
|
3 |
+
torch
|
4 |
+
nougat-ocr==0.1.17
|
5 |
+
pydantic<2
|
6 |
+
albumentations==1.3.1
|