Skip to content

Commit

Permalink
Merge pull request #118 from dcjones/master
Browse files Browse the repository at this point in the history
Include models in setup.py
  • Loading branch information
dustinvtran committed Jun 5, 2016
2 parents 9e70db3 + cbeffa4 commit bc1ee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description='A library for probabilistic modeling, inference, and criticism',
author='Dustin Tran',
author_email="[email protected]",
packages=['edward', 'edward.stats'],
packages=['edward', 'edward.stats', 'edward.models'],
install_requires=['tensorflow>=0.7.0', 'numpy>=1.7', 'scipy>=0.16'],
extras_require = {'stan': ['pystan>=2.0.1.3'],
'pymc3': ['pymc3>=3.0'],
Expand Down

0 comments on commit bc1ee6f

Please sign in to comment.