Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
Holger Müller c1aed935c0 hmpf 2023-11-14 11:32:43 +01:00
Holger Müller 09454f5450 another try 2023-11-14 11:24:49 +01:00
Holger Müller 4af70dbf9c grrr 2023-11-14 11:13:12 +01:00
Holger Müller 1df7dd368f test 2023-11-14 11:08:07 +01:00
Holger Müller 632eb3dcf4 uninstall install sip 2023-11-14 11:01:39 +01:00
Holger Müller 59af809e9b updated libs 2023-11-14 10:42:45 +01:00
Holger Müller e3e2ec8d67 newer PyInstaller 2023-11-14 10:38:49 +01:00
5 zmienionych plików z 13 dodań i 9 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ jobs:
. build/bin/activate
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==6.1.0
pip install PyInstaller==6.2.0
- name: Build binary
run: |
. build/bin/activate

Wyświetl plik

@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==6.1.0
pip install PyInstaller==6.2.0
- name: Build binary
run: |
python setup.py -V

Wyświetl plik

@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==6.1.0
pip install PyInstaller==6.2.0
- name: Build binary
run: |

Wyświetl plik

@ -29,7 +29,9 @@ jobs:
python3 -m pip install pip==23.3.1
python3 -m pip install -U setuptools setuptools-scm
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==5.13.0
python3 -m pip install PyInstaller==6.2.0
python3 -m pip uninstall -y PyQt6-sip
python3 -m pip install PyQt6-sip==13.6.0
- name: Build binary
run: |
.\venv\Scripts\activate

Wyświetl plik

@ -1,7 +1,9 @@
pyserial==3.5
PyQt6==6.5.2
numpy==1.25.1
scipy==1.11.1
Cython==3.0.0
setuptools==68.0.0
setuptools-scm==7.1.0
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
setuptools-scm==8.0.4