We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a35173 commit d2189feCopy full SHA for d2189fe
setup.py
@@ -3,15 +3,15 @@
3
4
5
setup(name='Keras',
6
- version='0.1.2',
+ version='0.2.0',
7
description='Theano-based Deep Learning library',
8
author='Francois Chollet',
9
author_email='francois.chollet@gmail.com',
10
url='https://github.com/fchollet/keras',
11
- download_url='https://github.com/fchollet/keras/tarball/0.1.2',
+ download_url='https://github.com/fchollet/keras/tarball/0.2.0',
12
license='MIT',
13
install_requires=['theano', 'pyyaml'],
14
- extras_require = {
+ extras_require={
15
'h5py': ['h5py'],
16
},
17
packages=find_packages())
0 commit comments