Skip to content

Commit 26b66b0

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Require tf-keras to be installed
PiperOrigin-RevId: 602398094
1 parent 5d95b35 commit 26b66b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_hub/pip_package/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
REQUIRED_PACKAGES = [
2929
'numpy >= 1.12.0',
3030
'protobuf >= 3.19.6', # No less than what ../WORKSPACE uses.
31+
'tf-keras >= 2.14.1',
3132
]
3233

3334
project_name = 'tensorflow-hub'

0 commit comments

Comments
 (0)