mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
dist: Add hidden import for shapely
[skip ci]
This commit is contained in:
parent
1072e6bf1a
commit
3df594a6dd
1
direct/src/dist/FreezeTool.py
vendored
1
direct/src/dist/FreezeTool.py
vendored
@ -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,):
|
||||
|
Loading…
x
Reference in New Issue
Block a user