diff --git a/setup.py b/setup.py index bd9461a..2f90784 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description='Segmentation mapping tool for document processing', packages=find_packages(exclude=['exps*']), install_requires=[ - 'numpy==1.16.2', + 'numpy==1.22.0', 'opencv-python', 'shapely', 'tqdm==4.31.1',