Browse Source

dist: Add hidden import for shapely

[skip ci]
rdb 2 years ago
parent
commit
3df594a6dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dist/FreezeTool.py

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

@@ -96,6 +96,7 @@ hiddenImports = {
     'scipy.special._ufuncs': ['scipy.special._ufuncs_cxx'],
     'scipy.stats._stats': ['scipy.special.cython_special'],
     'setuptools.monkey': ['setuptools.msvc'],
+    'shapely._geometry_helpers': ['shapely._geos'],
 }
 
 if sys.version_info >= (3,):