From 77ed5558a1cfb2a6ca2b1c93c18892ecab66cce8 Mon Sep 17 00:00:00 2001 From: Kevin Schmidt Date: Sun, 18 Jun 2023 06:31:59 -0700 Subject: [PATCH] contourpy problem, try old version --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99af68b..25adef3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: TargetDir="C:Python38" \ PrependPath=1 wine C:Python38/python.exe -m pip install --upgrade pip + wine C:Python38/python.exe -m pip install contourpy==1.0.1 wine C:Python38/python.exe -m pip install \ -r requirements_qt5.txt wine C:Python38/python.exe -m pip install pyinstaller