Skip to content

Commit 43baf92

Browse files
committed
1 parent cc093b4 commit 43baf92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
gui = [
1111
'PyQt6',
1212
'PyQt6-WebEngine',
13+
'pyside6',
1314
'pynput',
1415
'screeninfo',
1516
]
@@ -28,7 +29,7 @@
2829

2930
setuptools.setup(
3031
name='pix2tex',
31-
version='0.0.29',
32+
version='0.0.31',
3233
description='pix2tex: Using a ViT to convert images of equations into LaTeX code.',
3334
long_description=long_description,
3435
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)