File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 23
23
from .models import Model
24
24
from .models import Sequential
25
25
26
- __version__ = '2.2.0 '
26
+ __version__ = '2.2.1 '
Original file line number Diff line number Diff line change 12
12
13
13
keras_applications .set_keras_submodules (
14
14
backend = backend ,
15
- engine = engine ,
16
15
layers = layers ,
17
16
models = models ,
18
17
utils = utils )
Original file line number Diff line number Diff line change 24
24
'''
25
25
26
26
setup (name = 'Keras' ,
27
- version = '2.2.0 ' ,
27
+ version = '2.2.1 ' ,
28
28
description = 'Deep Learning for humans' ,
29
29
long_description = long_description ,
30
30
author = 'Francois Chollet' ,
31
31
32
32
url = 'https://github.com/keras-team/keras' ,
33
- download_url = 'https://github.com/keras-team/keras/tarball/2.2.0 ' ,
33
+ download_url = 'https://github.com/keras-team/keras/tarball/2.2.1 ' ,
34
34
license = 'MIT' ,
35
35
install_requires = ['numpy>=1.9.1' ,
36
36
'scipy>=0.14' ,
37
37
'six>=1.9.0' ,
38
38
'pyyaml' ,
39
39
'h5py' ,
40
- 'keras_applications==1.0.2 ' ,
41
- 'keras_preprocessing==1.0.1 ' ],
40
+ 'keras_applications==1.0.4 ' ,
41
+ 'keras_preprocessing==1.0.2 ' ],
42
42
extras_require = {
43
43
'visualize' : ['pydot>=1.2.4' ],
44
44
'tests' : ['pytest' ,
You can’t perform that action at this time.
0 commit comments