提交 eb2c1fdc 编写于 作者: F Francois Chollet

Prepare 2.2.1 release.

上级 dd07a4c4
......@@ -23,4 +23,4 @@ from .layers import Input
from .models import Model
from .models import Sequential
__version__ = '2.2.0'
__version__ = '2.2.1'
......@@ -12,7 +12,6 @@ import keras_applications
keras_applications.set_keras_submodules(
backend=backend,
engine=engine,
layers=layers,
models=models,
utils=utils)
......
......@@ -24,21 +24,21 @@ and is distributed under the MIT license.
'''
setup(name='Keras',
version='2.2.0',
version='2.2.1',
description='Deep Learning for humans',
long_description=long_description,
author='Francois Chollet',
author_email='francois.chollet@gmail.com',
url='https://github.com/keras-team/keras',
download_url='https://github.com/keras-team/keras/tarball/2.2.0',
download_url='https://github.com/keras-team/keras/tarball/2.2.1',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
'six>=1.9.0',
'pyyaml',
'h5py',
'keras_applications==1.0.2',
'keras_preprocessing==1.0.1'],
'keras_applications==1.0.4',
'keras_preprocessing==1.0.2'],
extras_require={
'visualize': ['pydot>=1.2.4'],
'tests': ['pytest',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册