Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
make sure we use wxpython 4.1.0 not 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Mar 4, 2021
1 parent 86e8eb3 commit f454805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: python -m pip install numpy
- run: python -m pip install scipy
- run: python -m pip install pillow
- run: python -m pip install "https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl"
- run: python -m pip install "https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.0-cp38-cp38-linux_x86_64.whl"

# Build with PyInstaller
- name: Compile using pyinstaller
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- run: python -m pip install numpy
- run: python -m pip install scipy
- run: python -m pip install pillow
- run: python -m pip install wxpython
- run: python -m pip install wxpython==4.1.0

# Build with PyInstaller
- name: Compile using pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyinstaller

# Dependencies
wxpython
wxpython==4.1.0
numpy
scipy
opencv-python
Expand Down

0 comments on commit f454805

Please sign in to comment.