lsst.fgcmcal g487adcacf7+17c8fdbcbd
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 = "g487adcacf7+17c8fdbcbd"
3__repo_version__: str = "g487adcacf7"
4__fingerprint__: str = "0x0"
5__dependency_versions__: dict[str, str | None] = {
6 "boost": "unknown",
7 "python": "unknown",
8 "base": "g52b1c1532d+585e252eca",
9 "pex_exceptions": "gdaeeff99f8+f9a426f77a",
10 "numpy": "None",
11 "cpputils": "g9ddcbc5298+9a081db1e4",
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)