Skip to content

Commit

Permalink
added scipy to PyInstaller hiddenimports
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Jun 29, 2024
1 parent 81c00f6 commit 35a137e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNAlysis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ datas += collect_data_files('pyvis')
hiddenimports += collect_submodules('sklearn')
hiddenimports += collect_submodules('cutadapt')
hiddenimports += collect_submodules('pyarrow')
hiddenimports += collect_submodules('scipy')
hiddenimports += ['matplotlib.backends.backend_pdf', 'matplotlib.backends.backend_svg',
'matplotlib.backends.backend_agg', 'matplotlib.backends.backend_pgf',
'matplotlib.backends.backend_ps']
Expand Down

0 comments on commit 35a137e

Please sign in to comment.