Coverage for python/lsst/meas/extensions/shapeHSM/version.py: 100%
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2from typing import Dict, Optional
5__version__: str = "gfbfb15d729+b518538702"
6__repo_version__: str = "gfbfb15d729"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "utils": "g62e1f4f43a+eee07778a9",
10 "boost": "unknown",
11 "python": "unknown",
12 "base": "gc57f72a14a+164b02c8d4",
13 "pex_exceptions": "g958458c828+29808520f2",
14 "numpy": "None",
15 "cpputils": "g414d386c76+6f0ef6a499",
16 "daf_base": "gcc072456be+c4b9c681af",
17 "boost_math": "unknown",
18 "eigen": "g04a8d4365e",
19 "fftw": "unknown",
20 "ndarray": "unknown",
21 "sphgeom": "g0f31348038+164b02c8d4",
22 "geom": "g491c310abf+decbde0be0",
23 "log4cxx": "unknown",
24 "log": "gd27fc4addd+c4b9c681af",
25 "pex_config": "g9aff22451c+65efa646f1",
26 "minuit2": "unknown",
27 "gsl": "unknown",
28 "cfitsio": "unknown",
29 "starlink_ast": "unknown",
30 "astshim": "gb04e0da5b2+164b02c8d4",
31 "afw": "g2d02cc6a57+df8040e085",
32 "meas_base": "g0129b61b94+9f6ac48b7a",
33 "meas_algorithms": "gcdb44b6e2f+0a8a527ff1",
34 "galsim": "unknown",
35 "pybind11": "unknown",
36}
37__all__ = (
38 "__version__",
39 "__repo_version__",
40 "__fingerprint__",
41 "__dependency_versions__",
42)