Skip to content

Commit

Permalink
Downgrade timm lukas-blecher#166
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-blecher authored Jul 13, 2022
1 parent ce51acd commit 7805130
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 @@ -27,7 +27,7 @@

setuptools.setup(
name='pix2tex',
version='0.0.26',
version='0.0.27',
description='pix2tex: Using a ViT to convert images of equations into LaTeX code.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -62,7 +62,7 @@
'Pillow>=9.1.0',
'PyYAML>=5.4.1',
'pandas>=1.0.0',
'timm',
'timm==0.5.4',
'albumentations>=0.5.2',
],
extras_require={
Expand Down

0 comments on commit 7805130

Please sign in to comment.