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 -------- #
2from typing import Dict, Optional
5__version__: str = "gf36ae6ace1+dd0c26d1c5"
6__repo_version__: str = "gf36ae6ace1"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "boost": "unknown",
10 "numpy": "None",
11 "fftw": "unknown",
12 "eigen": "g04a8d4365e",
13 "ndarray": "unknown",
14 "starlink_ast": "unknown",
15 "astshim": "gb04e0da5b2+ce83317b7e",
16 "python": "unknown",
17 "base": "gc57f72a14a+ce83317b7e",
18 "pex_exceptions": "g958458c828+fc3c6d1a77",
19 "cpputils": "g1ffd6c4751+50c04d9c73",
20 "boost_math": "unknown",
21 "sphgeom": "g0f31348038+ce83317b7e",
22 "geom": "g491c310abf+35ead245fa",
23 "daf_base": "gcc072456be+b6f9ac6643",
24 "log4cxx": "unknown",
25 "log": "gd27fc4addd+b6f9ac6643",
26 "pex_config": "g9aff22451c+c55107240f",
27 "minuit2": "unknown",
28 "gsl": "unknown",
29 "cfitsio": "unknown",
30 "afw": "g31dc256b76+308b63831b",
31 "meas_base": "g0129b61b94+e54cf9b59d",
32 "boost_test": "unknown",
33 "pybind11": "unknown",
34}
35__all__ = (
36 "__version__",
37 "__repo_version__",
38 "__fingerprint__",
39 "__dependency_versions__",
40)