-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use getter instead of creating local var and update version
- Loading branch information
1 parent
d19a929
commit 6ef749a
Showing
2 changed files
with
3 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
from setuptools import find_packages | ||
|
||
setup(name='elephas', | ||
version='1.2.1', | ||
version='1.3.1', | ||
description='Deep learning on Spark with Keras', | ||
url='http://github.com/maxpumperla/elephas', | ||
download_url='https://github.com/maxpumperla/elephas/tarball/1.2.1', | ||
download_url='https://github.com/maxpumperla/elephas/tarball/1.3.1', | ||
author='Daniel Cahall', | ||
author_email='[email protected]', | ||
install_requires=['cython', | ||
|