-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b9e62
commit 7253006
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ | |
setup( | ||
name='inferpy', | ||
version=__version__, | ||
description='Probabilistic modelling with Tensorflow made easy', | ||
description='Probabilistic modeling with Tensorflow made easy', | ||
author='Andrés R. Masegosa, Rafael Cabañas', | ||
author_email="[email protected], [email protected]", | ||
packages=['inferpy', | ||
'inferpy.models', 'inferpy.util', 'inferpy.criticism', 'inferpy.inferences' ], | ||
install_requires=['numpy>=1.7', 'tensorflow>=1.2.0rc0'], | ||
install_requires=['numpy>=1.7', 'tensorflow >=1.2.0rc0, <1.8'], | ||
extras_require={ | ||
'tensorflow with gpu': ['tensorflow-gpu>=1.2.0rc0'], | ||
'visualization': ['matplotlib>=1.3', | ||
|