Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed May 9, 2016
1 parent 00523ed commit 6abeefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and probabilistic programming.

It supports __modeling languages__ including

* [Stan](http://mc-stan.org)
* [TensorFlow](https://www.tensorflow.org) (with neural network compositionality via [Pretty Tensor](https://github.com/google/prettytensor) and [TensorFlow-Slim](https://github.com/tensorflow/models/blob/master/inception/inception/slim/README.md))
* original Python using [NumPy/SciPy](http://scipy.org/)
* [Stan](http://mc-stan.org)
* [PyMC3](http://pymc-devs.github.io/pymc3/)
* original Python using [NumPy/SciPy](http://scipy.org/)

It supports __inference__ via

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
packages=['edward', 'edward.stats'],
install_requires=['tensorflow>=0.7.0', 'numpy>=1.7', 'scipy>=0.16'],
extras_require = {'stan': ['pystan>=2.0.1.3'],
'pymc3': ['pymc3>=3.0'],
'neural networks': ['prettytensor>=0.5.3'],
'visualization': ['progressbar>=2.0']},
url='https://github.com/blei-lab/edward',
Expand Down

0 comments on commit 6abeefd

Please sign in to comment.