Metadata-Version: 2.0
Name: edward
Version: 1.1.0
Summary: A library for probabilistic modeling, inference, and criticism
Home-page: https://github.com/blei-lab/edward
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: numpy (>=1.7)
Requires-Dist: scipy (>=0.16)
Requires-Dist: six (>=1.10.0)
Requires-Dist: tensorflow (>=0.9.0)
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


