Skip to content

Commit

Permalink
build: bump pyinstaller version (mpl_toolkit not found)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 4, 2019
1 parent cd77b06 commit 3bd4c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- appveyor-retry pip install git+git://github.com/AFM-analysis/nanite.git
- appveyor-retry pip install -e .
# Install pyinstaller (includes dependency for pywin32)
- appveyor-retry pip install pyinstaller==3.4
- appveyor-retry pip install pyinstaller==3.5
# Show the installed packages
- pip freeze

Expand Down

0 comments on commit 3bd4c51

Please sign in to comment.