Metadata-Version: 2.0
Name: edward
Version: 1.1.6
Summary: A library for probabilistic modeling, inference, and criticism
Home-page: http://edwardlib.org
Author: Dustin Tran
Author-email: dustin@cs.columbia.edu
License: Apache License 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: tensorflow (!=0.12.0rc0,>=0.11.0rc0,!=0.12.0rc1)
Requires-Dist: numpy (>=1.7)
Requires-Dist: six (>=1.10.0)
Provides-Extra: model wrappers
Requires-Dist: scipy (>=0.16); extra == 'model wrappers'
Provides-Extra: neural networks
Requires-Dist: keras (>=1.0.0); extra == 'neural networks'
Requires-Dist: prettytensor (>=0.5.3); extra == 'neural networks'
Provides-Extra: pymc3
Requires-Dist: pymc3 (>=3.0); extra == 'pymc3'
Provides-Extra: stan
Requires-Dist: pystan (>=2.0.1.3); extra == 'stan'
Provides-Extra: visualization
Requires-Dist: progressbar (>=2.0); extra == 'visualization'

UNKNOWN


