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__ = "g38dd528b55+c9ce0eb9c5"
3__repo_version__ = "g38dd528b55"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "boost": "unknown",
7 "python": "unknown",
8 "base": "g7ab495baed+8827c0d83c",
9 "pex_exceptions": "g958458c828+fa425c5aff",
10 "numpy": "None",
11 "cpputils": "g1ffd6c4751+8acfaa5425",
12 "daf_base": "g66d7acc217+c9f99b9a04",
13 "boost_math": "unknown",
14 "eigen": "g398bedf734",
15 "fftw": "unknown",
16 "ndarray": "unknown",
17 "sphgeom": "gfb2c8f9998+8827c0d83c",
18 "geom": "gfd8e8de604+1a2c157b6d",
19 "log4cxx": "unknown",
20 "log": "gd27fc4addd+c9f99b9a04",
21 "pex_config": "gc9a196ae7d+b1c7dd02a2",
22 "minuit2": "unknown",
23 "gsl": "unknown",
24 "cfitsio": "unknown",
25 "starlink_ast": "unknown",
26 "astshim": "g545b398f03+8827c0d83c",
27 "afw": "g4f4f280218+33796f850d",
28 "daf_persistence": "g6a31054a6e+6003f74e16",
29 "meas_base": "gfc624380f7+f1683bbee9",
30 "utils": "g63a1f4f1ec+494d45cfd3",
31 "obs_base": "gcaa7f91c06+a5b5b1b277",
32 "coadd_utils": "g169eefeba3+d41cea541d",
33 "coadd_chisquared": None,
34 "meas_algorithms": "gbe01a4569f+f2933189eb",
35 "sdqa": None,
36 "ip_isr": "g80e5578cb7+1a491cfcea",
37 "ip_diffim": "g5706f010af+38762cd755",
38 "matplotlib": None,
39 "meas_astrom": "g3b20d027df+1a491cfcea",
40 "pybind11": "unknown",
41 "meas_deblender": "g359a236c20+5717268fa9",
42 "obs_test": "g26fc4c0ca3+f8aba91201",
43 "daf_butler": "g5f8210b3d4+8fe5e3ffb1",
44 "skymap": "gd8df4e7cf5+3d42d9d50a",
45}
46__all__ = (
47 "__version__",
48 "__repo_version__",
49 "__fingerprint__",
50 "__dependency_versions__",
51)