Browse Source

dist: Add hidden imports for pandas

rdb 5 years ago
parent
commit
42580a81de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/dist/FreezeTool.py

+ 2 - 0
direct/src/dist/FreezeTool.py

@@ -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,):