lsst.daf.base gf041782ebf+2691319615
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 = "gf041782ebf+2691319615"
3__repo_version__: str = "gf041782ebf"
4__fingerprint__: str = "0x0"
5__rebuild_version__: int = 2691319615
6__dependency_versions__: dict[str, str | None] = {
7 "boost": "unknown",
8 "python": "unknown",
9 "base": "g98ffbb4407+81bc2a20b4",
10 "pex_exceptions": "gdaeeff99f8+0d8dbea60f",
11 "numpy": "None",
12 "cpputils": "g9ddcbc5298+7f7571301f",
13 "boost_test": "unknown",
14 "pybind11": "unknown",
15}
16__all__ = (
17 "__version__",
18 "__repo_version__",
19 "__fingerprint__",
20 "__rebuild_version__",
21 "__dependency_versions__",
22)