Skip to content

Commit

Permalink
This makes Keras compatible with Tensorflow (#11238)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasebrignac authored and fchollet committed Sep 28, 2018
1 parent b9ee83c commit bb31930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'six>=1.9.0',
'pyyaml',
'h5py',
'keras_applications==1.0.4',
'keras_applications>=1.0.4',
'keras_preprocessing==1.0.2'],
extras_require={
'visualize': ['pydot>=1.2.4'],
Expand Down

0 comments on commit bb31930

Please sign in to comment.