Skip to content

Commit

Permalink
Added vtkmodules.all hidden import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 24, 2021
1 parent a9545b0 commit 2d04530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cq-cli_pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ hidden_imports.append('typish')
hidden_imports.append('numpy.core.dtype')
hidden_imports.append('numpy.core._dtype')
hidden_imports.append('vtkmodules')
hidden_imports.append('vtkmodules.all')

# numpy hidden imports
hidden_imports_numpy = collect_submodules('numpy')
Expand Down

0 comments on commit 2d04530

Please sign in to comment.