We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83553c0 commit bec2d32Copy full SHA for bec2d32
.github/workflows/python-app.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
python -V
47
python -m pip install --upgrade pip
48
- pip install flake8 pyinstaller==4.10
+ pip install flake8 pyinstaller>=6.19.0
49
pip install -r requirements.txt
50
51
requirements.txt
@@ -1,7 +1,6 @@
1
pyQt5==5.15.11
2
ms-toollib==1.5.3
3
setuptools==80.9.0
4
-pyinstaller==6.16.0
5
msgspec>=0.20.0
6
zmq>=0.0.0
7
0 commit comments