Skip to content

Commit

Permalink
Added vtkmodules to hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 24, 2021
1 parent 084e48b commit a9545b0
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 @@ -38,6 +38,7 @@ hidden_imports.append('nptyping')
hidden_imports.append('typish')
hidden_imports.append('numpy.core.dtype')
hidden_imports.append('numpy.core._dtype')
hidden_imports.append('vtkmodules')

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

0 comments on commit a9545b0

Please sign in to comment.