Coverage for python/lsst/coadd/utils/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 = "g169eefeba3+68f9b4c3c9"
6__repo_version__: str = "g169eefeba3"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "boost": "unknown",
10 "python": "unknown",
11 "base": "gc57f72a14a+164b02c8d4",
12 "pex_exceptions": "g958458c828+29808520f2",
13 "numpy": "None",
14 "cpputils": "g414d386c76+6f0ef6a499",
15 "daf_base": "gcc072456be+c4b9c681af",
16 "boost_math": "unknown",
17 "eigen": "g04a8d4365e",
18 "fftw": "unknown",
19 "ndarray": "unknown",
20 "sphgeom": "g0f31348038+164b02c8d4",
21 "geom": "g491c310abf+decbde0be0",
22 "log4cxx": "unknown",
23 "log": "gd27fc4addd+c4b9c681af",
24 "pex_config": "g9aff22451c+65efa646f1",
25 "minuit2": "unknown",
26 "gsl": "unknown",
27 "cfitsio": "unknown",
28 "starlink_ast": "unknown",
29 "astshim": "gb04e0da5b2+164b02c8d4",
30 "afw": "g2d02cc6a57+df8040e085",
31 "pybind11": "unknown",
32}
33__all__ = (
34 "__version__",
35 "__repo_version__",
36 "__fingerprint__",
37 "__dependency_versions__",
38)