From 1423ce02600bdeeb06ef2ecc88a4992187f3a697 Mon Sep 17 00:00:00 2001 From: xunbu Date: Thu, 8 May 2025 23:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5106f60..1afb876 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index d527857..8b81397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docutranslate" -version = "0.0.6" +version = "0.0.7" description = "能翻译pdf和markdown的软件" readme = "README.md" requires-python = ">=3.10" @@ -8,5 +8,5 @@ dependencies = [ "docling>=2.31.0", "httpx>=0.28.1", "markdown2>=2.5.3", - "transformers>=4.42.4", + "transformers>=4.50.1", ]