Use newer wxpython version once again

This commit is contained in:
DarkPhoenix
2020-02-13 12:19:37 +03:00
parent 61a01805cc
commit f8df540fad
2 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ clone_depth: 400
environment:
matrix:
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-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,8 +40,6 @@ 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"

View File

@@ -1,4 +1,4 @@
wxPython == 4.0.6
wxPython == 4.0.7.post2
logbook >= 1.0.0
matplotlib >= 3.1.2
python-dateutil