LSSTApplications  18.1.0
LSSTDataManagementBasePackage
version.py
Go to the documentation of this file.
1 # -------- This file is automatically generated by LSST's sconsUtils -------- #
2 __version__ = '18.1.0'
3 __repo_version__ = '18.1.0'
4 __fingerprint__ = 'f403422b54c5c483eb0984b6953cf6fb1e6a4bda'
5 __version_info__ = (18, 1, 0)
6 __dependency_versions__ = {
7  'boost': '1.69+1',
8  'numpy': '1.16.2',
9  'eigen': '3.3.7',
10  'fftw': '3.3.4.lsst2',
11  'ndarray': '1.5.3+3',
12  'starlink_ast': 'lsst-dev-gd6cc4e835a',
13  'python': 'unknown',
14  'pybind11': '2.2.4.lsst1+2',
15 }
16 __all__ = (
17  '__version__',
18  '__repo_version__',
19  '__fingerprint__',
20  '__version_info__',
21  '__dependency_versions__',
22 )