lsst.meas.extensions.simpleShape g20ef201b66+0e9cbf1e70
version.py
Go to the documentation of this file.
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2from typing import Dict, Optional
3
4
5__version__: str = "g20ef201b66+0e9cbf1e70"
6__repo_version__: str = "g20ef201b66"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "utils": "g62e1f4f43a+eee07778a9",
10 "boost": "unknown",
11 "boost_math": "unknown",
12 "eigen": "g04a8d4365e",
13 "numpy": "None",
14 "fftw": "unknown",
15 "ndarray": "unknown",
16 "base": "gc57f72a14a+164b02c8d4",
17 "pex_exceptions": "g958458c828+29808520f2",
18 "sphgeom": "gbbfe4432f0+164b02c8d4",
19 "python": "unknown",
20 "cpputils": "g414d386c76+6f0ef6a499",
21 "geom": "g491c310abf+aff4403caf",
22 "daf_base": "gcc072456be+c4b9c681af",
23 "log4cxx": "unknown",
24 "log": "gd27fc4addd+c4b9c681af",
25 "pex_config": "g9aff22451c+65efa646f1",
26 "minuit2": "unknown",
27 "gsl": "unknown",
28 "cfitsio": "unknown",
29 "starlink_ast": "unknown",
30 "astshim": "gb04e0da5b2+164b02c8d4",
31 "afw": "g1f6fc4ca13+8771dc9028",
32 "meas_base": "g7820879bc5+40555d1bda",
33 "boost_test": "unknown",
34 "pybind11": "unknown",
35}
36__all__ = (
37 "__version__",
38 "__repo_version__",
39 "__fingerprint__",
40 "__dependency_versions__",
41)