lsst.meas.extensions.psfex g0b6bd0c080+df2516e21d
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 = "g0b6bd0c080+df2516e21d"
6__repo_version__: str = "g0b6bd0c080"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "boost": "unknown",
10 "python": "unknown",
11 "base": "gf9f5ea5b4d+ac198e9f13",
12 "pex_exceptions": "g48ccf36440+89c08d0516",
13 "numpy": "None",
14 "cpputils": "ga32aa97882+7403ac30ac",
15 "daf_base": "g5c4744a4d9+abe506063f",
16 "boost_math": "unknown",
17 "eigen": "g04a8d4365e",
18 "fftw": "unknown",
19 "ndarray": "unknown",
20 "sphgeom": "g161b0bc589+ac198e9f13",
21 "geom": "g3b44f30a73+d01aac0e6a",
22 "log4cxx": "unknown",
23 "log": "g9d27549199+abe506063f",
24 "pex_config": "g8061f95f62+02237fdbf7",
25 "minuit2": "unknown",
26 "gsl": "unknown",
27 "cfitsio": "unknown",
28 "starlink_ast": "unknown",
29 "astshim": "g38293774b4+ac198e9f13",
30 "afw": "g9b27d6183c+80279584a1",
31 "boost_test": "unknown",
32 "meas_base": "gf28afc6cbd+998acfb7c0",
33 "meas_algorithms": "gc655b1545f+8af5da85fc",
34 "pybind11": "unknown",
35 "psfex": "g57437a15a7+ac198e9f13",
36}
37__all__ = (
38 "__version__",
39 "__repo_version__",
40 "__fingerprint__",
41 "__dependency_versions__",
42)