keep Pyside6 only for macos

This commit is contained in:
Jakub Trllo 2023-01-09 11:57:44 +01:00
parent 77df80aa83
commit aaf9be080a

View file

@ -113,16 +113,16 @@ build-backend = "poetry.core.masonry.api"
# Poetry will support custom location (-t flag for pip)
# https://pip.pypa.io/en/stable/cli/pip_install/#requirement-specifiers
[openpype.qtbinding.windows]
package = "PySide6"
version = "6.4.1"
package = "PySide2"
version = "5.15.2"
[openpype.qtbinding.darwin]
package = "PySide6"
version = "6.4.1"
[openpype.qtbinding.linux]
package = "PySide6"
version = "6.4.1"
package = "PySide2"
version = "5.15.2"
# TODO: we will need to handle different linux flavours here and
# also different macos versions too.