open-mmlab / mmocr

OpenMMLab Text Detection, Recognition and Understanding Toolbox
https://mmocr.readthedocs.io/en/dev-1.x/
Apache License 2.0
4.18k stars 735 forks source link

Update __init__.py to inclusively handle maximum version #2001

Open branisk opened 8 months ago

branisk commented 8 months ago

Updated to accept up to version 3.2.0 (the current latest version), instead of accepting only versions less than 3.2.0.

Motivation

Issue #2000, unable to install mmocr using the standard instructions on a fresh environment led me to experience this compatibility issue.

Modification

Changed compatibility in mmocr init.py file to be inclusive of the maximum version (3.2.0), instead of including strictly less than the maximum version.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

lde2015 commented 7 months ago

Hi, Can you please tell us when the problem will be resolved?