We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc093b4 commit 43baf92Copy full SHA for 43baf92
setup.py
@@ -10,6 +10,7 @@
10
gui = [
11
'PyQt6',
12
'PyQt6-WebEngine',
13
+ 'pyside6',
14
'pynput',
15
'screeninfo',
16
]
@@ -28,7 +29,7 @@
28
29
30
setuptools.setup(
31
name='pix2tex',
- version='0.0.29',
32
+ version='0.0.31',
33
description='pix2tex: Using a ViT to convert images of equations into LaTeX code.',
34
long_description=long_description,
35
long_description_content_type='text/markdown',
0 commit comments