lsst.display.ds9 gd7ef33dd92+566e945d6a
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 = "gd7ef33dd92+566e945d6a"
3__repo_version__: str = "gd7ef33dd92"
4__fingerprint__: str = "0x0"
5__dependency_versions__: dict[str, str | None] = {
6 "boost": "unknown",
7 "base": "g53246c7159+b0138be388",
8 "pex_exceptions": "g786e29fd12+796b79145d",
9 "xpa": "unknown",
10 "python": "unknown",
11 "pybind11": "unknown",
12}
13__all__ = (
14 "__dependency_versions__",
15 "__fingerprint__",
16 "__repo_version__",
17 "__version__",
18)