updated libraries

pull/550/head
Holger Müller 2022-09-20 07:26:50 +02:00
rodzic 24a4ca0ffa
commit 01eb028f9f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2FDB49E81EAE6622
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ jobs:
. build/bin/activate
python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt
pip install PyInstaller==5.3
pip install PyInstaller==5.4.1
- name: Build binary
run: |
. build/bin/activate

Wyświetl plik

@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt
pip install PyInstaller==5.3
pip install PyInstaller==5.4.1
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver nanovna-saver.py

Wyświetl plik

@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install pip==22.2.2 setuptools==65.3.0
pip install -r requirements.txt
pip install PyInstaller==5.3
pip install PyInstaller==5.4.1
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py

Wyświetl plik

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
VERSION = "0.5.3"
VERSION = "0.5.4-pre"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")

Wyświetl plik

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