mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
dist: Add hidden imports for pandas
This commit is contained in:
parent
b6809defec
commit
42580a81de
2
direct/src/dist/FreezeTool.py
vendored
2
direct/src/dist/FreezeTool.py
vendored
@ -82,6 +82,8 @@ hiddenImports = {
|
||||
'numpy.core._dtype_ctypes',
|
||||
'numpy.core._methods',
|
||||
],
|
||||
'pandas.compat': ['lzma', 'cmath'],
|
||||
'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
|
||||
}
|
||||
|
||||
if sys.version_info >= (3,):
|
||||
|
Loading…
x
Reference in New Issue
Block a user