We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tf-keras
1 parent 5d95b35 commit 26b66b0Copy full SHA for 26b66b0
tensorflow_hub/pip_package/setup.py
@@ -28,6 +28,7 @@
28
REQUIRED_PACKAGES = [
29
'numpy >= 1.12.0',
30
'protobuf >= 3.19.6', # No less than what ../WORKSPACE uses.
31
+ 'tf-keras >= 2.14.1',
32
]
33
34
project_name = 'tensorflow-hub'
0 commit comments