library version updates

pull/607/head
Holger Müller 2023-02-28 19:39:46 +01:00
rodzic 0b82754350
commit 59e7e1809a
5 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -23,9 +23,9 @@ jobs:
run: |
python3.9 -m venv build
. build/bin/activate
python -m pip install pip==23.0 setuptools==67.0.0
python -m pip install pip==23.0.1 setuptools==67.4.0
pip install -r requirements.txt
pip install PyInstaller==5.7.0
pip install PyInstaller==5.8.0
- name: Build binary
run: |
. build/bin/activate

Wyświetl plik

@ -24,9 +24,9 @@ jobs:
run: |
python3.11 -m venv build
. build/bin/activate
python -m pip install pip==23.0 setuptools==67.0.0
python -m pip install pip==23.0.1 setuptools==67.4.0
pip install -r requirements.txt
pip install PyInstaller==5.7.0
pip install PyInstaller==5.8.0
- name: Build binary
run: |
. build/bin/activate

Wyświetl plik

@ -18,9 +18,9 @@ jobs:
python-version: 3.11
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.0 setuptools==67.0.0
python -m pip install pip==23.0.1 setuptools==67.4.0
pip install -r requirements.txt
pip install PyInstaller==5.7.0
pip install PyInstaller==5.8.0
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver nanovna-saver.py

Wyświetl plik

@ -22,9 +22,9 @@ jobs:
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.0 setuptools==67.0.0
python -m pip install pip==23.0.1 setuptools==67.4.0
pip install -r requirements.txt
pip install PyInstaller==5.7.0
pip install PyInstaller==5.8.0
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py

Wyświetl plik

@ -1,5 +1,5 @@
pyserial==3.5
PyQt5==5.15.8
numpy==1.24.1
scipy==1.10.0
PyQt5==5.15.9
numpy==1.24.2
scipy==1.10.1
Cython==0.29.33