Skip to content

Commit 7805130

Browse files
Downgrade timm lukas-blecher#166
1 parent ce51acd commit 7805130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setuptools.setup(
2929
name='pix2tex',
30-
version='0.0.26',
30+
version='0.0.27',
3131
description='pix2tex: Using a ViT to convert images of equations into LaTeX code.',
3232
long_description=long_description,
3333
long_description_content_type='text/markdown',
@@ -62,7 +62,7 @@
6262
'Pillow>=9.1.0',
6363
'PyYAML>=5.4.1',
6464
'pandas>=1.0.0',
65-
'timm',
65+
'timm==0.5.4',
6666
'albumentations>=0.5.2',
6767
],
6868
extras_require={

0 commit comments

Comments
 (0)