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