From 9484e1042fdff9542528a91e56f85a0f84d52fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Sun, 7 Jun 2020 18:32:40 +0200 Subject: [PATCH] Exclude pyside2 5.15 from requirements. This should hopefully prevent #321 from occurring in automatically built packages. This is a temporary measure that should be reversed when pyside2 5.15.1 is released as it should include fix for the problem. --- requirements_gui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_gui.txt b/requirements_gui.txt index a51f665..0594ce5 100644 --- a/requirements_gui.txt +++ b/requirements_gui.txt @@ -1,2 +1,2 @@ -pyside2>=5.11.0 +pyside2>=5.11.0,<5.15 requests>=2.20.0; sys_platform == 'darwin'