Skip to content

Commit 9c44ba8

Browse files
committed
bump version
1 parent 42602fb commit 9c44ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def readme():
3838
name="unstructured.paddleocr",
3939
packages=find_packages(),
4040
include_package_data=True,
41-
version="2.6.1.2",
41+
version="2.6.1.3",
4242
install_requires=[
4343
"shapely",
4444
"scikit-image",
@@ -49,8 +49,8 @@ def readme():
4949
"numpy",
5050
"visualdl",
5151
"rapidfuzz",
52-
"opencv-python==4.6.0.66",
53-
"opencv-contrib-python==4.6.0.66",
52+
"opencv-python==4.8.0.76",
53+
"opencv-contrib-python==4.8.0.76",
5454
"cython",
5555
"lxml",
5656
"premailer",

0 commit comments

Comments
 (0)