From fd5dfd31ed36cb127a007a90210424ad387743d9 Mon Sep 17 00:00:00 2001 From: sml2h3 Date: Wed, 19 Jun 2024 22:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnumpy=E5=A4=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ddddocr/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ddddocr/requirements.txt b/ddddocr/requirements.txt index 19f8859..d693ad6 100644 --- a/ddddocr/requirements.txt +++ b/ddddocr/requirements.txt @@ -1,4 +1,4 @@ onnxruntime Pillow -numpy +numpy<2.0.0 opencv-python==3.4.16.59 \ No newline at end of file diff --git a/setup.py b/setup.py index a0c69f4..c71fcec 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="ddddocr", - version="1.5.4", + version="1.5.5", author="sml2h3", description="带带弟弟OCR", long_description=long_description,