dist: Add hidden import for shapely

[skip ci]
This commit is contained in:
rdb 2023-05-08 19:50:14 +02:00
parent 1072e6bf1a
commit 3df594a6dd

View File

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