Skip to content

Commit a173b9a

Browse files
committed
add pyside6 requirement
lukas-blecher#236 (comment)
1 parent c148138 commit a173b9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
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)