Skip to content

Commit 1f59b67

Browse files
committed
Shot in the dark
1 parent dc95e9e commit 1f59b67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: |
4646
pip install --upgrade pip setuptools wheel
4747
pip install numpy==1.23.1 matplotlib==3.1.3
48-
pip install pyinstaller==4.10
48+
pip install pyinstaller==4.10 pyinstaller-hooks-contrib==2024.8
4949
# this is a separate step because we need to set the CPPFLAGS and LDFLAGS env variables *after* installing mysql, in the next step
5050
- if: ${{ matrix.os == 'macos-13' }}
5151
run: |

distribution/windows/CellProfiler-Analyst.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ datas += [
2323
hiddenimports = []
2424

2525
hiddenimports += PyInstaller.utils.hooks.collect_submodules('sklearn.utils')
26-
hiddenimports += PyInstaller.utils.hooks.collect_submodules('scipy.libs')
2726
hiddenimports += PyInstaller.utils.hooks.collect_submodules("scipy")
2827
hiddenimports += PyInstaller.utils.hooks.collect_submodules("scipy.special")
2928
hiddenimports += PyInstaller.utils.hooks.collect_submodules('skimage.io._plugins')

0 commit comments

Comments
 (0)