Coverage for python/lsst/pipe/tasks/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__ = '20.0.0-18-g08fba245+6048dceb81'
3__repo_version__ = '20.0.0-18-g08fba245'
4__fingerprint__ = '0x0'
5__dependency_versions__ = {
6 'boost': 'unknown',
7 'python': 'unknown',
8 'base': '20.0.0-4-g4a2362f+f45b7d88f4',
9 'pex_exceptions': '20.0.0+8558dd3f48',
10 'numpy': 'None',
11 'utils': '20.0.0-1-g498fb60+ff88705a28',
12 'pex_config': '20.0.0+34a42eae2c',
13 'boost_regex': 'unknown',
14 'daf_base': '20.0.0-1-g8a53f90+2817c06967',
15 'log4cxx': 'unknown',
16 'log': '20.0.0-1-gd1c87d7+2817c06967',
17 'boost_system': 'unknown',
18 'boost_filesystem': 'unknown',
19 'pex_policy': '20.0.0+34a42eae2c',
20 'daf_persistence': '20.0.0+b2ea66fa67',
21 'pipe_base': '20.0.0-9-gabd0d4c+0eaf4f30a3',
22 'boost_math': 'unknown',
23 'eigen': '3.3.7.lsst2',
24 'fftw': 'unknown',
25 'ndarray': 'unknown',
26 'sphgeom': '20.0.0-3-gd2e950e+f45b7d88f4',
27 'geom': '20.0.0-2-gec03fae+3bc057fb2a',
28 'minuit2': 'unknown',
29 'gsl': 'unknown',
30 'cfitsio': 'unknown',
31 'boost_serialization': 'unknown',
32 'starlink_ast': 'unknown',
33 'astshim': '20.0.0+f45b7d88f4',
34 'afw': '20.0.0-5-gac0d578b1+6c871ee35c',
35 'meas_base': '20.0.0+0e9a6ff8d3',
36 'obs_base': '20.0.0-27-g22bab1b+60c4b1e1c0',
37 'coadd_utils': '20.0.0+4b2ba0aeb0',
38 'coadd_chisquared': None,
39 'meas_algorithms': '20.0.0-6-g01203fff+17001e7b9d',
40 'sdqa': None,
41 'ip_isr': '20.0.0-8-gc2abeef+352d2a74f4',
42 'ip_diffim': '20.0.0-3-gdd5c15c+29f4447ad7',
43 'matplotlib': None,
44 'meas_astrom': '20.0.0-1-gc96f8cb+352d2a74f4',
45 'pybind11': 'unknown',
46 'meas_deblender': '20.0.0-1-g4d801e7+88c1f863bf',
47 'obs_test': '20.0.0+27608d4df0',
48 'daf_butler': '19.0.0-137-gad6c3996+3bc057fb2a',
49 'skymap': '20.0.0-1-gdb27ee5+0eaf4f30a3',
50}
51__all__ = (
52 '__version__',
53 '__repo_version__',
54 '__fingerprint__',
55 '__dependency_versions__',
56)