lsst.fgcmcal g5a14c14915+8662184370
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 = "g5a14c14915+8662184370"
3__repo_version__: str = "g5a14c14915"
4__fingerprint__: str = "0x0"
5__rebuild_version__: int = 8662184370
6__dependency_versions__: dict[str, str | None] = {
7 "boost": "unknown",
8 "python": "unknown",
9 "base": "g53246c7159+b0138be388",
10 "pex_exceptions": "g786e29fd12+796b79145d",
11 "numpy": "None",
12 "cpputils": "g87389fa792+d8b5378923",
13 "fftw": "unknown",
14 "eigen": "unknown",
15 "ndarray": "unknown",
16 "boost_test": "unknown",
17 "pybind11": "unknown",
18}
19__all__ = (
20 "__dependency_versions__",
21 "__fingerprint__",
22 "__rebuild_version__",
23 "__repo_version__",
24 "__version__",
25)