Skip to content

Commit 237f1d9

Browse files
authored
Update the keras version used by tf 2.6 release
Since Keras 2.7 is not compatible with tf 2.6, we should limit the Keras version used in tf. This change has been done for tf 2.7 and all the future releases.
1 parent 3aa40c3 commit 237f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# When updating these, please also update the nightly versions below
104104
'tensorboard ~= 2.6',
105105
'tensorflow_estimator < 2.7',
106-
'keras ~= 2.6',
106+
'keras >= 2.6.0, < 2.7',
107107
]
108108

109109

0 commit comments

Comments
 (0)