lsst.fgcmcal g2e4e590914+2130bb5800
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 = "g2e4e590914+2130bb5800"
6__repo_version__: str = "g2e4e590914"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "utils": "g94d32e2b83+9633a190c8",
10 "boost": "unknown",
11 "numpy": "None",
12 "fftw": "unknown",
13 "eigen": "g1f08c258b4",
14 "ndarray": "unknown",
15 "boost_test": "unknown",
16 "python": "unknown",
17 "pybind11": "unknown",
18 "base": "gc57f72a14a+ce83317b7e",
19 "pex_exceptions": "g958458c828+fc3c6d1a77",
20}
21__all__ = (
22 "__version__",
23 "__repo_version__",
24 "__fingerprint__",
25 "__dependency_versions__",
26)