We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bf89a commit 33a1ec5Copy full SHA for 33a1ec5
2 files changed
.github/workflows/build-exe.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# --- PLUGIN CONFIGURATION ---
55
# The tk-inter plugin is essential for GUI apps. Matplotlib is auto-detected.
56
- # Removing the redundant 'matplotlib' plugin cleans up build warnings.
+ # Nuitka-Action auto-detects matplotlib, so we only need to specify tk-inter.
57
enable-plugins: "tk-inter"
58
59
script-name: PICA_Launcher_V5p1.py
requirements.txt
@@ -4,6 +4,4 @@ matplotlib
4
pymeasure
5
pyvisa
6
pyvisa-py
7
-pyqtgraph
8
pillow
9
-PySide6
0 commit comments