Skip to content

Commit

Permalink
add hiddenimport for scipy 1.6 #418
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Jan 11, 2021
1 parent e2f15f4 commit eb5ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beqdesigner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ a = Analysis(['src/main/python/app.py'],
pathex=[spec_root],
binaries=get_binaries(),
datas=get_data_args(),
hiddenimports=['numpy.random', 'pkg_resources.py2_warn'],
hiddenimports=['numpy.random', 'pkg_resources.py2_warn', 'scipy.spatial.transform._rotation_groups'],
hookspath=['hooks/'],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit eb5ac28

Please sign in to comment.