Updated requieremens (security fixes)

pull/515/head
Holger Mueller 2022-06-25 13:14:09 +02:00
rodzic 16f028e5ed
commit 32711ec6f7
4 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

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

Wyświetl plik

@ -18,9 +18,9 @@ jobs:
python-version: 3.9
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==22.0.3 setuptools==60.7.1
python -m pip install pip==22.1.2 setuptools==62.6.0
pip install -r requirements.txt
pip install PyInstaller==4.9
pip install PyInstaller=5.1
- 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==22.0.3 setuptools==60.7.1
python -m pip install pip==22.1.2 setuptools==62.6.0
pip install -r requirements.txt
pip install PyInstaller==4.9
pip install PyInstaller==5.1
- 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.6
numpy==1.21.5
scipy==1.7.3
Cython==0.29.26
PyQt5==5.15.7
numpy==1.23.0
scipy==1.8.1
Cython==0.29.30