Skip to content

Commit

Permalink
upgrade gdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pbcquoc committed Mar 3, 2022
1 parent 488b1d1 commit 21e4f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="vietocr",
version="0.3.6",
version="0.3.7",
author="pbcquoc",
author_email="[email protected]",
description="Transformer base text detection",
Expand All @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
install_requires=[
'einops==0.2.0',
'gdown==3.11.0',
'gdown==4.4.0',
'prefetch_generator==1.0.1',
'imgaug==0.4.0',
'lmdb==1.0.0'
Expand Down

0 comments on commit 21e4f22

Please sign in to comment.