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