Skip to content

Commit

Permalink
Fixes packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Jul 15, 2024
1 parent c8427c3 commit e76ea6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/neon_player.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def main():
"pylsl",
"sklearn",
"glfw",
"scipy._lib.array_api_compat.numpy.fft",
"scipy.special._special_ufuncs",
):
datas, binaries, hiddenimports = collect_all(
name, exclude_datas=["**/__pycache__"]
Expand Down Expand Up @@ -108,7 +110,7 @@ def main():
print("Failed to build EXE. Codesign problem? Trying again without codesign...", file=sys.stderr)
del exe_kwargs["codesign_identity"]
exe = EXE(pyz, a.scripts, **exe_kwargs)

else:
raise exc

Expand Down

0 comments on commit e76ea6f

Please sign in to comment.