lsst.pipe.base  20.0.0+1
version.py
Go to the documentation of this file.
1 # -------- This file is automatically generated by LSST's sconsUtils -------- #
2 __version__ = '20.0.0+1'
3 __repo_version__ = '20.0.0'
4 __fingerprint__ = '0x0'
5 __version_info__ = (20, 0, 0)
6 __rebuild_version__ = 1
7 __dependency_versions__ = {
8  'boost': 'unknown',
9  'python': 'unknown',
10  'base': '20.0.0-3-g082faa5',
11  'pex_exceptions': '20.0.0+1',
12  'numpy': 'None',
13  'utils': '20.0.0+1',
14  'pex_config': '20.0.0+1',
15  'boost_regex': 'unknown',
16  'daf_base': '20.0.0+1',
17  'log4cxx': 'unknown',
18  'log': '20.0.0+1',
19  'boost_system': 'unknown',
20  'boost_filesystem': 'unknown',
21  'pex_policy': '20.0.0+1',
22  'daf_persistence': '20.0.0+1',
23 }
24 __all__ = (
25  '__version__',
26  '__repo_version__',
27  '__fingerprint__',
28  '__version_info__',
29  '__rebuild_version__',
30  '__dependency_versions__',
31 )