Coverage for python/lsst/pipe/tasks/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__ = "23.0.0+f2fbba1123"
3__repo_version__ = "23.0.0"
4__fingerprint__ = "0x0"
5__version_info__ = (23, 0, 0)
6__dependency_versions__ = {
7 "utils": "23.0.0+7bff505259",
8 "boost": "unknown",
9 "python": "unknown",
10 "base": "23.0.0+052faf71bd",
11 "pex_exceptions": "23.0.0+7589c3a021",
12 "numpy": "None",
13 "cpputils": "23.0.0+c1283a92b8",
14 "daf_base": "23.0.0+57f5c03693",
15 "log4cxx": "unknown",
16 "log": "23.0.0+57f5c03693",
17 "daf_persistence": "23.0.0+c5c846a8b1",
18 "boost_math": "unknown",
19 "eigen": "3.3.7.lsst2-1-g398bedf",
20 "fftw": "unknown",
21 "ndarray": "unknown",
22 "sphgeom": "23.0.0+052faf71bd",
23 "geom": "23.0.0+d18c45d440",
24 "pex_config": "23.0.0+536b1ee016",
25 "minuit2": "unknown",
26 "gsl": "unknown",
27 "cfitsio": "unknown",
28 "starlink_ast": "unknown",
29 "astshim": "23.0.0+052faf71bd",
30 "afw": "23.0.0+60ce4897b0",
31 "meas_base": "23.0.0+1c9213783a",
32 "obs_base": "23.0.0+3ed0aed5da",
33 "coadd_utils": "23.0.0+1611dd45d2",
34 "coadd_chisquared": None,
35 "meas_algorithms": "23.0.0+47ff9911fb",
36 "sdqa": None,
37 "ip_isr": "23.0.0+4a35e5d482",
38 "ip_diffim": "23.0.0+36b703ab72",
39 "matplotlib": None,
40 "meas_astrom": "23.0.0+4a35e5d482",
41 "pybind11": "unknown",
42 "meas_deblender": "23.0.0+3a1f3cd355",
43 "obs_test": "23.0.0+f3cfc6657e",
44 "daf_butler": "23.0.0+d18c45d440",
45 "skymap": "23.0.0+43413c261e",
46}
47__all__ = (
48 "__version__",
49 "__repo_version__",
50 "__fingerprint__",
51 "__version_info__",
52 "__dependency_versions__",
53)