mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
[qt6] Update setup script with the correct version of PySide
This commit is contained in:
parent
e1ef8acadc
commit
60eaced5ea
1 changed files with 1 additions and 6 deletions
7
setup.py
7
setup.py
|
@ -130,12 +130,7 @@ executables = [
|
||||||
setup(
|
setup(
|
||||||
name="Meshroom",
|
name="Meshroom",
|
||||||
description="Meshroom",
|
description="Meshroom",
|
||||||
install_requires=['psutil', 'pytest', 'PySide2', 'markdown'],
|
install_requires=['psutil', 'pytest', 'PySide6', 'markdown'],
|
||||||
extras_require={
|
|
||||||
':python_version < "3.4"': [
|
|
||||||
'enum34',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
'cx_Freeze'
|
'cx_Freeze'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue