Skip to content

Commit

Permalink
win build scipy resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevans committed Oct 30, 2024
1 parent e1a3834 commit 6ede1d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,18 @@ def set_macos_version(bundle_path, version):
"--splash",
"assets\\icons\\rsna_logo_head_profile_titled.png",
"--windowed",
"--exclude-module",
"dask",
"--exclude-module",
"tensorboard",
"--add-data",
f"{customtkinter_path};customtkinter\\",
"--add-data",
"assets;assets",
"--collect-all",
"easyocr",
"--strip",
"--collect-all",
"scipy",
"--log-level",
"INFO",
"--icon",
Expand Down

0 comments on commit 6ede1d4

Please sign in to comment.