From 6ac50f7d2fdf9365171fdac448b95f9f6a010417 Mon Sep 17 00:00:00 2001 From: liuyuanchuang Date: Mon, 29 Dec 2025 20:05:54 +0800 Subject: [PATCH] feat: update depency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 42abbfb..92c9177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "paddleocr>=2.9.0", "doclayout-yolo>=0.0.2", "latex2mathml>=3.77.0", + "paddle>=1.2.0", ] [project.optional-dependencies]