PaddleOCR-VL-1.6_Demo/gpu/pyproject.toml

19 lines
524 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[project]
name = "ocr-vl1-6-gpu"
version = "0.2.0"
description = "GPU runtime for the unified PaddleOCR-VL-1.6 application"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"paddleocr[doc-parser]==3.7.0",
"paddlepaddle-gpu==3.2.1",
"pypdfium2>=5.11.0",
"setuptools>=83.0.0",
]
# paddlepaddle-gpu 的实际 Wheel 由 CUDA 版本决定。
# 不要直接执行无索引参数的 uv sync请先运行
# python setup_env.py --cuda cu118
# 或:
# python setup_env.py --cuda cu126