From 6dbf38dbb4f523a8f62bda1f67238673c663d843 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 25 Apr 2020 17:37:29 +0300 Subject: [PATCH] Revert "Switch to wxpython 4.1.0". Refer to #2179 for more info on reasons This reverts commit 15fe8f6261c9141c5dd114ea8fb07b6ae424240f. --- .appveyor.yml | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e9c102359..e5113ad7a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ clone_depth: 400 environment: matrix: - - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python37-x64" # Should be enabled only for build process debugging # init: # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) @@ -40,6 +40,8 @@ install: # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - ps: echo("Install pip requirements:") + # This one is needed to build wxpython 4.0.6 on windows + - cmd: "python -m pip install pathlib2" - cmd: "python -m pip install -r requirements.txt" - cmd: "python -m pip install PyInstaller==3.6" diff --git a/requirements.txt b/requirements.txt index 6cf9625f3..1b61854f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -wxPython == 4.1.0 +wxPython == 4.0.6 logbook >= 1.0.0 matplotlib >= 3.1.2 python-dateutil