We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f000ff commit f6599cdCopy full SHA for f6599cd
linien-gui/pyinstaller.spec
@@ -11,7 +11,7 @@ a = Analysis(
11
pathex=[],
12
binaries=[],
13
datas=datas,
14
- hiddenimports=["PyQt5.sip", "superqt"],
+ hiddenimports=["PyQt5.sip", "superqt", "scipy.special._cdflib"],
15
hookspath=[],
16
runtime_hooks=[],
17
excludes=[],
0 commit comments