1= {
2 'pytest': pytest_imports(),
3 'pkg_resources': [
4 'pkg_resources.*.*',
5 ],
6 'xml.etree.cElementTree': ['xml.etree.ElementTree'],
7 'datetime': ['_strptime'],
8 'keyring.backends': ['keyring.backends.*'],
9 'matplotlib.font_manager': ['encodings.mac_roman'],
10 'direct.particles': ['direct.particles.ParticleManagerGlobal'],
11 'numpy.core._multiarray_umath': [
12 'numpy.core._internal',
13 'numpy.core._dtype_ctypes',
14 'numpy.core._methods',
15 ],
16 'pandas.compat': ['lzma', 'cmath'],
17 'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
18 'scipy.linalg': ['scipy.linalg.cython_blas', 'scipy.linalg.cython_lapack'],
19 'scipy.sparse.csgraph': ['scipy.sparse.csgraph._validation'],
20 'scipy.spatial.qhull': ['scipy._lib.messagestream'],
21 'scipy.spatial._qhull': ['scipy._lib.messagestream'],
22 'scipy.spatial.transform.rotation': ['scipy.spatial.transform._rotation_groups'],
23 'scipy.spatial.transform._rotation': ['scipy.spatial.transform._rotation_groups'],
24 'scipy.special._ufuncs': ['scipy.special._ufuncs_cxx'],
25 'scipy.stats._stats': ['scipy.special.cython_special'],
26 'setuptools.monkey': ['setuptools.msvc'],
27 'shapely._geometry_helpers': ['shapely._geos'],
28}