Skip to content

Commit 25672b4

Browse files
committed
Scipy binaries
1 parent 11b8f45 commit 25672b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

distribution/macos/CellProfiler-Analyst.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import PyInstaller.compat
77
import PyInstaller.utils.hooks
88

99
binaries = []
10+
binaries += PyInstaller.utils.hooks.collect_dynamic_libs("scipy")
1011

1112
block_cipher = None
1213

distribution/windows/CellProfiler-Analyst.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import PyInstaller.compat
77
import PyInstaller.utils.hooks
88

99
binaries = []
10+
binaries += PyInstaller.utils.hooks.collect_dynamic_libs("scipy")
1011

1112
block_cipher = None
1213

0 commit comments

Comments
 (0)