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 2323from .models import Model
2424from .models import Sequential
2525
26- __version__ = '2.2.0 '
26+ __version__ = '2.2.1 '
Original file line number Diff line number Diff line change 1212
1313keras_applications .set_keras_submodules (
1414 backend = backend ,
15- engine = engine ,
1615 layers = layers ,
1716 models = models ,
1817 utils = utils )
Original file line number Diff line number Diff line change 2424'''
2525
2626setup (name = 'Keras' ,
27- version = '2.2.0 ' ,
27+ version = '2.2.1 ' ,
2828 description = 'Deep Learning for humans' ,
2929 long_description = long_description ,
3030 author = 'Francois Chollet' ,
31313232 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 ' ,
3434 license = 'MIT' ,
3535 install_requires = ['numpy>=1.9.1' ,
3636 'scipy>=0.14' ,
3737 'six>=1.9.0' ,
3838 'pyyaml' ,
3939 '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 ' ],
4242 extras_require = {
4343 'visualize' : ['pydot>=1.2.4' ],
4444 'tests' : ['pytest' ,
You can’t perform that action at this time.
0 commit comments