Skip to content

Commit

Permalink
fix pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Apr 5, 2024
1 parent 8f000ff commit f6599cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linien-gui/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=datas,
hiddenimports=["PyQt5.sip", "superqt"],
hiddenimports=["PyQt5.sip", "superqt", "scipy.special._cdflib"],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit f6599cd

Please sign in to comment.