Skip to content

Commit

Permalink
Adds missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Nov 28, 2024
1 parent 1d04bc1 commit 7be787d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/pupil_core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def main():
"pylsl",
"sklearn",
"glfw",
"cysignals",
"scipy._lib.array_api_compat.numpy.fft",
"scipy.special._special_ufuncs",
):
datas, binaries, hiddenimports = collect_all(
name, exclude_datas=["**/__pycache__"]
Expand Down

0 comments on commit 7be787d

Please sign in to comment.