Coverage for python/lsst/meas/algorithms/version.py : 100%

Hot-keys 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__ = "21.0.0-20-g8cd22d88+7097b94c5c"
3__repo_version__ = "21.0.0-20-g8cd22d88"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "boost": "unknown",
7 "numpy": "None",
8 "fftw": "unknown",
9 "eigen": "3.3.7.lsst2-1-g398bedf",
10 "ndarray": "unknown",
11 "starlink_ast": "unknown",
12 "astshim": "21.0.0-2-g45278ab+3ec9fa6d59",
13 "python": "unknown",
14 "base": "21.0.0-7-gdf92d54+3ec9fa6d59",
15 "pex_exceptions": "21.0.0-2-gde069b7+135055f2fa",
16 "utils": "21.0.0-5-gcb07a25+7075ac2890",
17 "boost_math": "unknown",
18 "sphgeom": "21.0.0+3ec9fa6d59",
19 "geom": "21.0.0-4-g05c9afb+6c2b341471",
20 "boost_regex": "unknown",
21 "daf_base": "21.0.0-2-g8faa9b5+a13d88a6a5",
22 "log4cxx": "unknown",
23 "log": "21.0.0-5-gcc89fd6+a13d88a6a5",
24 "daf_persistence": "21.0.0-8-g5674e7b+3979a46207",
25 "pex_config": "21.0.0-1-ga51b5d4+1a3c9f8315",
26 "minuit2": "unknown",
27 "gsl": "unknown",
28 "cfitsio": "unknown",
29 "boost_system": "unknown",
30 "boost_filesystem": "unknown",
31 "boost_serialization": "unknown",
32 "afw": "21.0.0-29-g56632e870+d45ff82f5e",
33 "meas_base": "21.0.0-8-g72414d6+f8eb92cd99",
34 "pipe_base": "21.0.0-17-g8839fe5+1de12e8e6c",
35 "boost_test": "unknown",
36 "pybind11": "unknown",
37}
38__all__ = (
39 "__version__",
40 "__repo_version__",
41 "__fingerprint__",
42 "__dependency_versions__",
43)