Skip to content

Commit 3a571ef

Browse files
Merge pull request #52927 from tensorflow/qlzh727-patch-1
Update the keras version used by tf 2.6 release
2 parents 3aa40c3 + 237f1d9 commit 3a571ef

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)