From eecc5aff9ff14a2362889e9daeda79ed58aeb72f Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Mon, 6 Jan 2020 21:54:48 +0100 Subject: [PATCH] update requirements.txt --- data/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/requirements.txt b/data/requirements.txt index 551b1680..103b0f12 100644 --- a/data/requirements.txt +++ b/data/requirements.txt @@ -1,8 +1,8 @@ numpy>=1.9; sys_platform != 'win32' numpy>=1.9,!=1.16.0; sys_platform == 'win32' -pyqt5!=5.12.3,!=5.13.1,!=5.14.0; sys_platform != 'win32' and sys_platform != 'linux' -pyqt5!=5.11.1,!=5.11.2,!=5.11.3,!=5.12.3,!=5.13.0,!=5.14.0; sys_platform == 'win32' -pyqt5!=5.12,!=5.12.1,!=5.12.2,!=5.12.3,!=5.13.0,!=5.13.1,!=5.13.2,!=5.14.0; sys_platform == 'linux' +pyqt5!=5.12.3,!=5.13.1,!=5.14.0,!=5.14.1; sys_platform != 'win32' and sys_platform != 'linux' +pyqt5!=5.11.1,!=5.11.2,!=5.11.3,!=5.12.3,!=5.13.0,!=5.14.0,!=5.14.1; sys_platform == 'win32' +pyqt5!=5.12,!=5.12.1,!=5.12.2,!=5.12.3,!=5.13.0,!=5.13.1,!=5.13.2,!=5.14.0,!=5.14.1; sys_platform == 'linux' psutil pyzmq cython