updated libraries for binary builds

pull/536/head
Holger Müller 2022-09-08 08:52:31 +02:00
rodzic 8814e4f471
commit b3f816e5f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2FDB49E81EAE6622
4 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -23,9 +23,9 @@ jobs:
run: | run: |
python3.9 -m venv build python3.9 -m venv build
. build/bin/activate . build/bin/activate
python -m pip install pip==22.1.2 setuptools==62.6.0 python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt pip install -r requirements.txt
pip install PyInstaller==5.1 pip install PyInstaller==5.3
- name: Build binary - name: Build binary
run: | run: |
. build/bin/activate . build/bin/activate

Wyświetl plik

@ -18,9 +18,9 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install dependencies and pyinstall - name: Install dependencies and pyinstall
run: | run: |
python -m pip install pip==22.1.2 setuptools==62.6.0 python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt pip install -r requirements.txt
pip install PyInstaller=5.1 pip install PyInstaller=5.3
- name: Build binary - name: Build binary
run: | run: |
pyinstaller --onefile -n nanovna-saver nanovna-saver.py pyinstaller --onefile -n nanovna-saver nanovna-saver.py

Wyświetl plik

@ -22,9 +22,9 @@ jobs:
architecture: ${{ matrix.arch }} architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall - name: Install dependencies and pyinstall
run: | run: |
python -m pip install pip==22.1.2 setuptools==62.6.0 python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt pip install -r requirements.txt
pip install PyInstaller==5.1 pip install PyInstaller==5.3
- name: Build binary - name: Build binary
run: | run: |
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py

Wyświetl plik

@ -1,5 +1,5 @@
pyserial==3.5 pyserial==3.5
PyQt5==5.15.7 PyQt5==5.15.7
numpy==1.23.0 numpy==1.23.2
scipy==1.8.1 scipy==1.9.1
Cython==0.29.30 Cython==0.29.32