Coverage for python/lsst/cp/pipe/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 = "g1315b0d078+05d9c195c2"
6__repo_version__: str = "g1315b0d078"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "pex_config": "g9aff22451c+c55107240f",
10 "log4cxx": "unknown",
11 "log": "gd27fc4addd+b6f9ac6643",
12 "boost": "unknown",
13 "numpy": "None",
14 "fftw": "unknown",
15 "eigen": "g04a8d4365e",
16 "ndarray": "unknown",
17 "starlink_ast": "unknown",
18 "astshim": "gb04e0da5b2+ce83317b7e",
19 "python": "unknown",
20 "base": "gc57f72a14a+ce83317b7e",
21 "pex_exceptions": "g958458c828+fc3c6d1a77",
22 "cpputils": "g1ffd6c4751+50c04d9c73",
23 "boost_math": "unknown",
24 "sphgeom": "g0f31348038+ce83317b7e",
25 "geom": "g491c310abf+35ead245fa",
26 "daf_base": "gcc072456be+b6f9ac6643",
27 "minuit2": "unknown",
28 "gsl": "unknown",
29 "cfitsio": "unknown",
30 "afw": "g31dc256b76+308b63831b",
31 "meas_base": "g0129b61b94+e54cf9b59d",
32 "meas_algorithms": "gf36ae6ace1+dd0c26d1c5",
33 "sdqa": None,
34 "ip_isr": "gf0beac4a38+9d0e16f40e",
35}
36__all__ = (
37 "__version__",
38 "__repo_version__",
39 "__fingerprint__",
40 "__dependency_versions__",
41)