mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
keep Pyside6 only for macos
This commit is contained in:
parent
77df80aa83
commit
aaf9be080a
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue