Skip to content

Commit

Permalink
add pyside6 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-blecher committed Apr 13, 2023
1 parent c148138 commit a173b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
gui = [
'PyQt6',
'PyQt6-WebEngine',
'pyside6',
'pynput',
'screeninfo',
]
Expand All @@ -28,7 +29,7 @@

setuptools.setup(
name='pix2tex',
version='0.0.29',
version='0.0.31',
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

0 comments on commit a173b9a

Please sign in to comment.