Coverage for python/lsst/cp/pipe/version.py : 100%

Hot-keys 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__ = "22.0.1+ebe8d3385e"
3__repo_version__ = "22.0.1"
4__fingerprint__ = "0x0"
5__version_info__ = (22, 0, 1)
6__dependency_versions__ = {
7 "pex_config": "22.0.1+c4e1e0358a",
8 "boost": "unknown",
9 "python": "unknown",
10 "base": "22.0.1+01bcf6a671",
11 "pex_exceptions": "22.0.1+cc34b8281e",
12 "numpy": "None",
13 "utils": "22.0.1+1a1dd69893",
14 "boost_regex": "unknown",
15 "daf_base": "22.0.1+771eb1e3e8",
16 "log4cxx": "unknown",
17 "log": "22.0.1+771eb1e3e8",
18 "daf_persistence": "22.0.1+0c6914dbf6",
19 "pipe_base": "22.0.1+94e66cc9ed",
20 "fftw": "unknown",
21 "eigen": "3.3.7.lsst2-1-g398bedf",
22 "ndarray": "unknown",
23 "starlink_ast": "unknown",
24 "astshim": "22.0.1+01bcf6a671",
25 "boost_math": "unknown",
26 "sphgeom": "22.0.1+01bcf6a671",
27 "geom": "22.0.1+05c7de27da",
28 "minuit2": "unknown",
29 "gsl": "unknown",
30 "cfitsio": "unknown",
31 "boost_system": "unknown",
32 "boost_filesystem": "unknown",
33 "boost_serialization": "unknown",
34 "afw": "22.0.1+046ee49490",
35 "meas_base": "22.0.1+a5ff6e246e",
36 "meas_algorithms": "22.0.1+a7db719c1a",
37 "sdqa": None,
38 "ip_isr": "22.0.1+12fd109e95",
39}
40__all__ = (
41 "__version__",
42 "__repo_version__",
43 "__fingerprint__",
44 "__version_info__",
45 "__dependency_versions__",
46)