mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
deploy-ng: add hidden imports for numpy on macOS
This commit is contained in:
parent
950ffd6eb8
commit
6b27dae24d
5
direct/src/dist/FreezeTool.py
vendored
5
direct/src/dist/FreezeTool.py
vendored
@ -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…
x
Reference in New Issue
Block a user