Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
boto3>=1.28.43
|
| 2 |
Brotli>=1.1.0
|
| 3 |
click>=8.1.7
|
| 4 |
-
PyMuPDF>=1.24.9
|
| 5 |
loguru>=0.6.0
|
| 6 |
numpy>=1.21.6,<2.0.0
|
| 7 |
fast-langdetect==0.2.0
|
|
@@ -15,6 +15,8 @@ paddlepaddle-gpu @ https://paddle-whl.bj.bcebos.com/stable/cu118/paddlepaddle-gp
|
|
| 15 |
struct-eqtable==0.3.2
|
| 16 |
detectron2 @ https://wheels-1251341229.cos.ap-shanghai.myqcloud.com/assets/whl/detectron2/detectron2-0.6-cp310-cp310-linux_x86_64.whl
|
| 17 |
magic-pdf>=0.10.5
|
|
|
|
|
|
|
| 18 |
rapid-table
|
| 19 |
rapidocr-paddle
|
| 20 |
gradio-pdf
|
|
|
|
| 1 |
boto3>=1.28.43
|
| 2 |
Brotli>=1.1.0
|
| 3 |
click>=8.1.7
|
| 4 |
+
PyMuPDF>=1.24.9
|
| 5 |
loguru>=0.6.0
|
| 6 |
numpy>=1.21.6,<2.0.0
|
| 7 |
fast-langdetect==0.2.0
|
|
|
|
| 15 |
struct-eqtable==0.3.2
|
| 16 |
detectron2 @ https://wheels-1251341229.cos.ap-shanghai.myqcloud.com/assets/whl/detectron2/detectron2-0.6-cp310-cp310-linux_x86_64.whl
|
| 17 |
magic-pdf>=0.10.5
|
| 18 |
+
torch==2.3.1
|
| 19 |
+
torchvision==0.18.1
|
| 20 |
rapid-table
|
| 21 |
rapidocr-paddle
|
| 22 |
gradio-pdf
|