Skip to content

Commit 0b19ed9

Browse files
Merge pull request #52929 from tensorflow/pranve-patch-1
Add an upper bound to estimator and tensorboard
2 parents 32810d1 + 3c8a576 commit 0b19ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
# These need to be in sync with the existing TF version
102102
# They are updated during the release process
103103
# When updating these, please also update the nightly versions below
104-
'tensorboard ~= 2.6',
105-
'tensorflow_estimator < 2.7',
104+
'tensorboard >= 2.6.0, < 2.7',
105+
'tensorflow_estimator >= 2.6.0, < 2.7',
106106
'keras >= 2.6.0, < 2.7',
107107
]
108108

0 commit comments

Comments
 (0)