modify version (#13188)

pull/13578/head
changdazhou 2024-06-26 11:26:25 +08:00 committed by GitHub
parent dddf008976
commit 8ec24dbcad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@
from setuptools import setup
from io import open
from paddleocr import VERSION
def load_requirements(file_list=None):
if file_list is None:
@ -40,7 +39,7 @@ setup(
package_dir={'paddleocr': ''},
include_package_data=True,
entry_points={"console_scripts": ["paddleocr= paddleocr.paddleocr:main"]},
version=VERSION,
version='2.6.1.0',
install_requires=load_requirements(['requirements.txt', 'ppstructure/recovery/requirements.txt']),
license='Apache License 2.0',
description='Awesome OCR toolkits based on PaddlePaddle 8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices',