Coverage for python/lsst/meas/algorithms/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+47ff9911fb"
3__repo_version__ = "23.0.0"
4__fingerprint__ = "0x0"
5__version_info__ = (23, 0, 0)
6__dependency_versions__ = {
7 "boost": "unknown",
8 "numpy": "None",
9 "fftw": "unknown",
10 "eigen": "3.3.7.lsst2-1-g398bedf",
11 "ndarray": "unknown",
12 "starlink_ast": "unknown",
13 "astshim": "23.0.0+052faf71bd",
14 "python": "unknown",
15 "base": "23.0.0+052faf71bd",
16 "pex_exceptions": "23.0.0+7589c3a021",
17 "cpputils": "23.0.0+c1283a92b8",
18 "boost_math": "unknown",
19 "sphgeom": "23.0.0+052faf71bd",
20 "geom": "23.0.0+d18c45d440",
21 "utils": "23.0.0+7bff505259",
22 "daf_base": "23.0.0+57f5c03693",
23 "log4cxx": "unknown",
24 "log": "23.0.0+57f5c03693",
25 "daf_persistence": "23.0.0+c5c846a8b1",
26 "pex_config": "23.0.0+536b1ee016",
27 "minuit2": "unknown",
28 "gsl": "unknown",
29 "cfitsio": "unknown",
30 "afw": "23.0.0+60ce4897b0",
31 "meas_base": "23.0.0+1c9213783a",
32 "boost_test": "unknown",
33 "pybind11": "unknown",
34}
35__all__ = (
36 "__version__",
37 "__repo_version__",
38 "__fingerprint__",
39 "__version_info__",
40 "__dependency_versions__",
41)