Coverage for python/lsst/fgcmcal/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 = "g437c944c15+8cc5c84e20"
6__repo_version__: str = "g437c944c15"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "utils": "g617c0b0dc2+9633a190c8",
10 "boost": "unknown",
11 "numpy": "None",
12 "fftw": "unknown",
13 "eigen": "g398bedf734",
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)