Skip to content

Commit a9545b0

Browse files
committed
Added vtkmodules to hidden imports
1 parent 084e48b commit a9545b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ hidden_imports.append('nptyping')
3838
hidden_imports.append('typish')
3939
hidden_imports.append('numpy.core.dtype')
4040
hidden_imports.append('numpy.core._dtype')
41+
hidden_imports.append('vtkmodules')
4142

4243
# numpy hidden imports
4344
hidden_imports_numpy = collect_submodules('numpy')

0 commit comments

Comments
 (0)