Metadata-Version: 2.0
Name: edward
Version: 1.2.3
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: numpy (>=1.7)
Requires-Dist: six (>=1.10.0)
Provides-Extra: neural networks
Requires-Dist: keras (>=1.0.0); extra == 'neural networks'
Requires-Dist: prettytensor (>=0.7.4); extra == 'neural networks'
Provides-Extra: tensorflow
Requires-Dist: tensorflow (>=1.0.0a0); extra == 'tensorflow'
Provides-Extra: tensorflow with gpu
Requires-Dist: tensorflow-gpu (>=1.0.0a0); extra == 'tensorflow with gpu'
Provides-Extra: visualization
Requires-Dist: progressbar (>=2.0); extra == 'visualization'
Requires-Dist: pillow (>=3.4.2); extra == 'visualization'

UNKNOWN


