Skip to content

Commit 4fc4c3b

Browse files
yml updates
1 parent 1eb544b commit 4fc4c3b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
nuitka-version: '2.6'
3434
msvc: 'latest'
3535

36-
# Nuitka 2.6+ auto-detects numpy, pandas, and qt.
37-
# We only need tk-inter as a hint for the standard library.
38-
enable-plugins: "tk-inter"
36+
# --- PLUGIN CONFIGURATION ---
37+
# Explicitly enable plugins for Tkinter and Matplotlib.
38+
# This ensures Nuitka correctly bundles the GUI backend for plots.
39+
enable-plugins: "tk-inter,matplotlib"
3940

4041
script-name: PICA_Launcher_V5p1.py
4142

0 commit comments

Comments
 (0)