mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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.special._ufuncs': ['scipy.special._ufuncs_cxx'],
|
||||||
'scipy.stats._stats': ['scipy.special.cython_special'],
|
'scipy.stats._stats': ['scipy.special.cython_special'],
|
||||||
'setuptools.monkey': ['setuptools.msvc'],
|
'setuptools.monkey': ['setuptools.msvc'],
|
||||||
|
'shapely._geometry_helpers': ['shapely._geos'],
|
||||||
}
|
}
|
||||||
|
|
||||||
if sys.version_info >= (3,):
|
if sys.version_info >= (3,):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user