bugfix for chart crashes with pop-ups

pull/678/head
Holger Müller 2023-11-02 17:45:13 +01:00
rodzic 5fa22db9c2
commit 2be01f94e9
5 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -28,9 +28,9 @@ jobs:
run: |
python3.11 -m venv build
. build/bin/activate
python -m pip install pip==23.2.1 setuptools==68.0.0
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==5.13.0
pip install PyInstaller==6.1.0
- name: Build binary
run: |
. build/bin/activate

Wyświetl plik

@ -20,9 +20,9 @@ jobs:
python-version: 3.11
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.2.1 setuptools==68.0.0
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==5.13.0
pip install PyInstaller==6.1.0
- name: Build binary
run: |
python setup.py -V

Wyświetl plik

@ -25,9 +25,9 @@ jobs:
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.2.1 setuptools==68.0.0
python -m pip install pip==23.3.1 setuptools==68.2.2
pip install -r requirements.txt
pip install PyInstaller==5.13.0
pip install PyInstaller==6.1.0
- name: Build binary
run: |

Wyświetl plik

@ -26,7 +26,7 @@ jobs:
run: |
pip install -U pip setuptools setuptools-scm
pip install -r requirements.txt
pip install PyInstaller==5.13.0
pip install PyInstaller==6.1.0
- name: Build binary
run: |
python setup.py -V

Wyświetl plik

@ -1,7 +1,7 @@
pyserial==3.5
PyQt6==6.5.2
numpy==1.25.1
scipy==1.11.1
Cython==3.0.0
setuptools==68.0.0
PyQt6==6.5.3
numpy==1.26.1
scipy==1.11.3
Cython==3.0.5
setuptools==68.2.2
setuptools-scm==7.1.0