Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Nov 3, 2023
1 parent b4f4fac commit eea80db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
python3 -m pip install -U setuptools setuptools-scm
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==6.1.0
python3 -m pip uninstall -y pyqt6-sip
python3 -m pip install pyqt6-sip
- name: Build binary
run: |
.\venv\Scripts\activate
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pyserial==3.5
PyQt6==6.5.3
PyQt6-sip==13.6.0
PyQt6==6.5.2
numpy==1.26.1
scipy==1.11.3
Cython==3.0.5
Expand Down

0 comments on commit eea80db

Please sign in to comment.