deploy-ng: add hidden imports for numpy on macOS
This commit is contained in:
parent
950ffd6eb8
commit
6b27dae24d
|
|
@ -76,6 +76,11 @@ hiddenImports = {
|
|||
'keyring.backends': ['keyring.backends.*'],
|
||||
'matplotlib.font_manager': ['encodings.mac_roman'],
|
||||
'direct.particles': ['direct.particles.ParticleManagerGlobal'],
|
||||
'numpy.core._multiarray_umath': [
|
||||
'numpy.core._internal',
|
||||
'numpy.core._dtype_ctypes',
|
||||
'numpy.core._methods',
|
||||
],
|
||||
}
|
||||
|
||||
if sys.version_info >= (3,):
|
||||
|
|
|
|||
Loading…
Reference in New Issue