Skip to content

Commit

Permalink
newest hugginface libs work fine again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-blecher committed Apr 18, 2022
1 parent bba2f47 commit e02c395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name='pix2tex',
version='0.0.13',
version='0.0.14',
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 @@ -38,8 +38,8 @@
'requests>=2.22.0',
'einops>=0.3.0',
'x_transformers==0.15.0',
'transformers==4.2.2',
'tokenizers==0.9.4',
'transformers>=4.18.0',
'tokenizers==0.12.1',
'numpy>=1.19.5',
'Pillow>=9.1.0',
'PyYAML>=5.4.1',
Expand Down

0 comments on commit e02c395

Please sign in to comment.