Coverage for python/lsst/obs/subaru/version.py: 100%
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2__version__ = "v23.0.x-gc571d8a1b2+0f1d9916a9"
3__repo_version__ = "v23.0.x-gc571d8a1b2"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "utils": "22.0.1-6-g336def8+7bff505259",
7 "boost": "unknown",
8 "python": "unknown",
9 "base": "22.0.1-2-ga9b0f51+052faf71bd",
10 "pex_exceptions": "22.0.0+7589c3a021",
11 "numpy": "None",
12 "cpputils": "master-g6e05de7fdc+c1283a92b8",
13 "daf_base": "22.0.1-5-g15c806e+57f5c03693",
14 "log4cxx": "unknown",
15 "log": "22.0.1-7-gba73697+57f5c03693",
16 "daf_persistence": "22.0.1-3-gaaec9c0+c5c846a8b1",
17 "boost_math": "unknown",
18 "eigen": "3.3.7.lsst2-1-g398bedf",
19 "fftw": "unknown",
20 "ndarray": "unknown",
21 "sphgeom": "22.0.1-2-gac51dbf+052faf71bd",
22 "geom": "22.0.1-5-g096abc9+d18c45d440",
23 "pex_config": "22.0.1-1-g87000a6+536b1ee016",
24 "minuit2": "unknown",
25 "gsl": "unknown",
26 "cfitsio": "unknown",
27 "starlink_ast": "unknown",
28 "astshim": "22.0.0+052faf71bd",
29 "afw": "22.0.1-32-g5ddfab5d3+60ce4897b0",
30 "obs_base": "22.0.1-20-g59bf897+83c81b87e9",
31 "pybind11": "unknown",
32}
33__all__ = (
34 "__version__",
35 "__repo_version__",
36 "__fingerprint__",
37 "__dependency_versions__",
38)