mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-07 05:12:00 +02:00
[setup] Update install_requires for PySide 6
This commit is contained in:
parent
7f515bfafc
commit
f21a28b082
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -130,7 +130,7 @@ executables = [
|
|||
setup(
|
||||
name="Meshroom",
|
||||
description="Meshroom",
|
||||
install_requires=['psutil', 'pytest', 'PySide2', 'markdown'],
|
||||
install_requires=['psutil', 'pytest', 'PySide6', 'markdown'],
|
||||
extras_require={
|
||||
':python_version < "3.4"': [
|
||||
'enum34',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue