lsst.fgcmcal g5ec818987f+a285758a92
Loading...
Searching...
No Matches
version.py
Go to the documentation of this file.
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2__version__: str = "g5ec818987f+a285758a92"
3__repo_version__: str = "g5ec818987f"
4__fingerprint__: str = "0x0"
5__dependency_versions__: dict[str, str | None] = {
6 "boost": "unknown",
7 "python": "unknown",
8 "base": "g52b1c1532d+90ebb246c7",
9 "pex_exceptions": "gdaeeff99f8+1cafcb7cd4",
10 "numpy": "None",
11 "cpputils": "g9ddcbc5298+a1346535a5",
12 "fftw": "unknown",
13 "eigen": "unknown",
14 "ndarray": "unknown",
15 "boost_test": "unknown",
16 "pybind11": "unknown",
17}
18__all__ = (
19 "__version__",
20 "__repo_version__",
21 "__fingerprint__",
22 "__dependency_versions__",
23)