From 710f2170b02fa44c74b4544303a86cb2e5a5d4bc Mon Sep 17 00:00:00 2001 From: sml2h3 Date: Wed, 24 Aug 2022 19:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=B9=E9=83=A8=E5=88=86py?= =?UTF-8?q?3.10.*=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 01dfcf2..4abe7ba 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="ddddocr", - version="1.4.4", + version="1.4.5", author="sml2h3", description="带带弟弟OCR", long_description=long_description, @@ -27,7 +27,7 @@ setup( "Operating System :: OS Independent", ], install_requires=['numpy', 'onnxruntime', 'Pillow', 'opencv-python-headless'], - python_requires='<=3.10', + python_requires='<3.11', include_package_data=True, install_package_data=True, )