提交 2fae4616 编写于 作者: F Francois Chollet

Prepare 2.1.5 release

上级 830c3633
...@@ -23,4 +23,4 @@ from .layers import Input ...@@ -23,4 +23,4 @@ from .layers import Input
from .models import Model from .models import Model
from .models import Sequential from .models import Sequential
__version__ = '2.1.4' __version__ = '2.1.5'
...@@ -3,12 +3,12 @@ from setuptools import find_packages ...@@ -3,12 +3,12 @@ from setuptools import find_packages
setup(name='Keras', setup(name='Keras',
version='2.1.4', version='2.1.5',
description='Deep Learning for humans', description='Deep Learning for humans',
author='Francois Chollet', author='Francois Chollet',
author_email='francois.chollet@gmail.com', author_email='francois.chollet@gmail.com',
url='https://github.com/keras-team/keras', url='https://github.com/keras-team/keras',
download_url='https://github.com/keras-team/keras/tarball/2.1.4', download_url='https://github.com/keras-team/keras/tarball/2.1.5',
license='MIT', license='MIT',
install_requires=['numpy>=1.9.1', install_requires=['numpy>=1.9.1',
'scipy>=0.14', 'scipy>=0.14',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册