Skip to content

Commit f6599cd

Browse files
committed
fix pyinstaller
1 parent 8f000ff commit f6599cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linien-gui/pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a = Analysis(
1111
pathex=[],
1212
binaries=[],
1313
datas=datas,
14-
hiddenimports=["PyQt5.sip", "superqt"],
14+
hiddenimports=["PyQt5.sip", "superqt", "scipy.special._cdflib"],
1515
hookspath=[],
1616
runtime_hooks=[],
1717
excludes=[],

0 commit comments

Comments
 (0)