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 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 : |
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ datas += [
2323hiddenimports = []
2424
2525hiddenimports += PyInstaller .utils .hooks .collect_submodules ('sklearn.utils' )
26- hiddenimports += PyInstaller .utils .hooks .collect_submodules ('scipy.libs' )
2726hiddenimports += PyInstaller .utils .hooks .collect_submodules ("scipy" )
2827hiddenimports += PyInstaller .utils .hooks .collect_submodules ("scipy.special" )
2928hiddenimports += PyInstaller .utils .hooks .collect_submodules ('skimage.io._plugins' )
You can’t perform that action at this time.
0 commit comments