Skip to content

Commit 9fbc1a6

Browse files
committed
pyinstaller
1 parent 167d919 commit 9fbc1a6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

distribution/macos/CellProfiler-Analyst.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ datas = []
1515

1616
datas += PyInstaller.utils.hooks.collect_data_files("bioformats")
1717
datas += PyInstaller.utils.hooks.collect_data_files("javabridge")
18-
datas += PyInstaller.utils.hooks.collect_data_files("scipy.libs")
1918

2019
datas += [
2120
("../../cpa/icons/*", "cpa/icons"),

distribution/windows/CellProfiler-Analyst.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ datas = []
1515

1616
datas += PyInstaller.utils.hooks.collect_data_files("bioformats")
1717
datas += PyInstaller.utils.hooks.collect_data_files("javabridge")
18-
datas += PyInstaller.utils.hooks.collect_data_files("scipy.libs")
1918

2019
datas += [
2120
("../../cpa/icons/*", "cpa/icons"),

0 commit comments

Comments
 (0)