Coverage for python/lsst/cp/pipe/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__ = "22.0.1-31-gd4f2cf4+08aaf8c24f"
3__repo_version__ = "22.0.1-31-gd4f2cf4"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "pex_config": "22.0.1-1-g87000a6+9183bce767",
7 "log4cxx": "unknown",
8 "log": "22.0.1-8-ge5750ce+72696fb5db",
9 "boost": "unknown",
10 "numpy": "None",
11 "fftw": "unknown",
12 "eigen": "3.3.7.lsst2-1-g398bedf",
13 "ndarray": "unknown",
14 "starlink_ast": "unknown",
15 "astshim": "22.0.1-1-geca5380+7fa3b7d9b6",
16 "python": "unknown",
17 "base": "22.0.1-2-ga9b0f51+7fa3b7d9b6",
18 "pex_exceptions": "22.0.0+80564b0ff1",
19 "cpputils": "master-g6e05de7fdc+babf819c66",
20 "boost_math": "unknown",
21 "sphgeom": "22.0.1-5-g1e25446+7fa3b7d9b6",
22 "geom": "22.0.1-6-g8d3140d+50898e0460",
23 "daf_base": "22.0.1-5-g15c806e+72696fb5db",
24 "daf_persistence": "22.0.1-4-g243d05b+bb48b9f62f",
25 "minuit2": "unknown",
26 "gsl": "unknown",
27 "cfitsio": "unknown",
28 "afw": "22.0.1-41-g501672927+21a6849c81",
29 "meas_base": "22.0.1-25-gb120d7b+3a17298bc8",
30 "meas_algorithms": "22.0.1-30-gce6e836d+2b30200b45",
31 "sdqa": None,
32 "ip_isr": "22.0.1-26-g6ef2636+9ce15af726",
33}
34__all__ = (
35 "__version__",
36 "__repo_version__",
37 "__fingerprint__",
38 "__dependency_versions__",
39)