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 -------- #
2__version__ = "22.0.1-25-g88fff79+f02e77c37e"
3__repo_version__ = "22.0.1-25-g88fff79"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "pex_config": "22.0.1-1-g87000a6+536b1ee016",
7 "log4cxx": "unknown",
8 "log": "22.0.1-7-gba73697+57f5c03693",
9 "boost": "unknown",
10 "numpy": "None",
11 "fftw": "unknown",
12 "eigen": "3.3.7.lsst2-1-g398bedf",
13 "ndarray": "unknown",
14 "starlink_ast": "unknown",
15 "astshim": "22.0.0+052faf71bd",
16 "python": "unknown",
17 "base": "22.0.1-2-ga9b0f51+052faf71bd",
18 "pex_exceptions": "22.0.0+7589c3a021",
19 "cpputils": "main-g6e05de7fdc+c1283a92b8",
20 "boost_math": "unknown",
21 "sphgeom": "22.0.1-2-gac51dbf+052faf71bd",
22 "geom": "22.0.1-5-g096abc9+d18c45d440",
23 "utils": "22.0.1-6-g336def8+7bff505259",
24 "daf_base": "22.0.1-5-g15c806e+57f5c03693",
25 "daf_persistence": "22.0.1-3-gaaec9c0+c5c846a8b1",
26 "minuit2": "unknown",
27 "gsl": "unknown",
28 "cfitsio": "unknown",
29 "afw": "v23.0.x-g89e8071bfa+60ce4897b0",
30 "meas_base": "22.0.1-19-g93a5c75+1c9213783a",
31 "meas_algorithms": "v23.0.x-g8d527e0710+47ff9911fb",
32 "sdqa": None,
33 "ip_isr": "22.0.1-20-g32debb5+4a35e5d482",
34}
35__all__ = (
36 "__version__",
37 "__repo_version__",
38 "__fingerprint__",
39 "__dependency_versions__",
40)