From 55b4cfba35ae3d0ed8987070dcb9db2a40d65804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Sun, 13 Sep 2020 20:10:07 +0200 Subject: [PATCH] Allow PySide2 5.15.1 PySide2 5.15.1 was released, which should fix the external bug causing #321 --- requirements_gui.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_gui.txt b/requirements_gui.txt index cbdd00c..a51f665 100644 --- a/requirements_gui.txt +++ b/requirements_gui.txt @@ -1,2 +1,2 @@ -pyside2>=5.11.0,<5.15 -requests>=2.20.0; sys_platform == 'darwin' \ No newline at end of file +pyside2>=5.11.0 +requests>=2.20.0; sys_platform == 'darwin'