From ff9909aa89ef8352ba1dbcdc7e79ac861d63190b Mon Sep 17 00:00:00 2001 From: Aranuvir Date: Sun, 20 Jun 2021 17:20:19 +0200 Subject: [PATCH] Set the minimum required python package versions to those from the MakeHuman logs on an up to date Ubuntu LTS 20.04 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d62f79a9..80f48e2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy>=1.20.3 -PyQt5>=5.15.4 -PyOpenGL>=3.1.5 +numpy>=1.17.4 +PyQt5>=5.12.8 +PyOpenGL>=3.1.0