Skip to content

Commit

Permalink
add imports in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 19, 2024
1 parent aeaa333 commit 75c6d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyinstaller/dc_tools.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- mode: python ; coding: utf-8 -*-
from PyInstaller.utils.hooks import collect_data_files, collect_submodules


my_hidden_imports = [x for x in collect_submodules("skimage") if "tests" not in x]
my_datas = collect_data_files("skimage")
Expand Down

0 comments on commit 75c6d0f

Please sign in to comment.