File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 45
45
- run : |
46
46
pip install --upgrade pip setuptools wheel
47
47
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
49
49
# this is a separate step because we need to set the CPPFLAGS and LDFLAGS env variables *after* installing mysql, in the next step
50
50
- if : ${{ matrix.os == 'macos-13' }}
51
51
run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ datas += [
23
23
hiddenimports = []
24
24
25
25
hiddenimports += PyInstaller .utils .hooks .collect_submodules ('sklearn.utils' )
26
- hiddenimports += PyInstaller .utils .hooks .collect_submodules ('scipy.libs' )
27
26
hiddenimports += PyInstaller .utils .hooks .collect_submodules ("scipy" )
28
27
hiddenimports += PyInstaller .utils .hooks .collect_submodules ("scipy.special" )
29
28
hiddenimports += PyInstaller .utils .hooks .collect_submodules ('skimage.io._plugins' )
You can’t perform that action at this time.
0 commit comments