Commit
·
9be50d6
1
Parent(s):
dbf8967
Add pyarrow to dependencies in paddleocr-vl.py
Browse files- paddleocr-vl.py +1 -0
paddleocr-vl.py
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
|
|
|
| 11 |
# ]
|
| 12 |
#
|
| 13 |
# [[tool.uv.index]]
|
|
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
| 11 |
+
# "pyarrow",
|
| 12 |
# ]
|
| 13 |
#
|
| 14 |
# [[tool.uv.index]]
|