Coverage for python/lsst/meas/deblender/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__ = "g359a236c20+2413466ad8"
3__repo_version__ = "g359a236c20"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "utils": "g63a1f4f1ec+a0d1282737",
7 "boost": "unknown",
8 "python": "unknown",
9 "base": "g238f615269+8827c0d83c",
10 "pex_exceptions": "g958458c828+3430663373",
11 "numpy": "None",
12 "cpputils": "g1ffd6c4751+bbc7f6d28a",
13 "daf_base": "ga37ec21fd7+98f4e99e70",
14 "boost_math": "unknown",
15 "eigen": "g398bedf734",
16 "fftw": "unknown",
17 "ndarray": "unknown",
18 "sphgeom": "gfb2c8f9998+8827c0d83c",
19 "geom": "gfd8e8de604+c68cb9b618",
20 "log4cxx": "unknown",
21 "log": "gd27fc4addd+98f4e99e70",
22 "pex_config": "gc9a196ae7d+09e502e49e",
23 "minuit2": "unknown",
24 "gsl": "unknown",
25 "cfitsio": "unknown",
26 "starlink_ast": "unknown",
27 "astshim": "g545b398f03+8827c0d83c",
28 "afw": "g4f4f280218+791bc2f724",
29 "meas_base": "gfc624380f7+1f5e4cb5fc",
30 "meas_algorithms": "gbe01a4569f+c8764ff687",
31 "pybind11": "unknown",
32 "boost_test": "unknown",
33}
34__all__ = (
35 "__version__",
36 "__repo_version__",
37 "__fingerprint__",
38 "__dependency_versions__",
39)