Skip to content

Commit

Permalink
added numpy and polars to hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Sep 17, 2024
1 parent 5aff647 commit 227f5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNAlysis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ datas += collect_data_files('pyvis')
hiddenimports += collect_submodules('sklearn')
hiddenimports += collect_submodules('cutadapt')
hiddenimports += collect_submodules('pyarrow')
hiddenimports += collect_submodules('numpy')
hiddenimports += collect_submodules('scipy')
hiddenimports += collect_submodules('polars')
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 227f5e2

Please sign in to comment.