Skip to content

Commit

Permalink
library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Jan 10, 2024
1 parent d3216d2 commit 00dd59f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
python3.11 -m venv build
. build/bin/activate
python -m pip install pip==23.3.1 setuptools==68.2.2
python -m pip install pip==23.3.2 setuptools==69.0.3
pip install -r requirements.txt
pip install PyInstaller==6.2.0
pip install PyInstaller==6.3.0
- name: Build binary
run: |
. build/bin/activate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version: 3.11
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.3.1 setuptools==68.2.2
python -m pip install pip==23.3.2 setuptools==69.0.3
pip install -r requirements.txt
pip install PyInstaller==6.2.0
pip install PyInstaller==6.3.0
- name: Build binary
run: |
python setup.py -V
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_macos_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.3.1 setuptools==68.2.2
python -m pip install pip==23.3.2 setuptools==69.0.3
pip install -r requirements.txt
pip install PyInstaller==6.2.0
pip install PyInstaller==6.3.0
- name: Build binary
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: |
python3 -m venv venv
.\venv\Scripts\activate
python3 -m pip install pip==23.3.1
python3 -m pip install pip==23.3.2
python3 -m pip install -U setuptools setuptools-scm
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==6.2.0
python3 -m pip install PyInstaller==6.3.0
python3 -m pip uninstall -y PyQt6-sip
python3 -m pip install PyQt6-sip==13.6.0
- name: Build binary
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pyserial==3.5
PyQt6==6.5.2
PyQt6-sip==13.6.0
sip==6.7.12
numpy==1.26.2
scipy==1.11.3
Cython==3.0.5
setuptools==68.2.2
sip==6.8.1
numpy==1.26.3
scipy==1.11.4
Cython==3.0.7
setuptools==69.0.3
setuptools-scm==8.0.4

0 comments on commit 00dd59f

Please sign in to comment.