From aaf9be080ad337622c2ee166bf89bb11251e1324 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Mon, 9 Jan 2023 11:57:44 +0100 Subject: [PATCH] keep Pyside6 only for macos --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdf0a5cd97..991c2ef7ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.