Skip to content

Commit 455a61e

Browse files
committed
Upgrading the TF version to the latest available which is 2.4.0 and also other dependencies like tensorboard and tensorflow-serving-api to the latest.
PiperOrigin-RevId: 351699915
1 parent 2977383 commit 455a61e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Bug Fixes and Other Changes
88

9+
* Depends on `tensorflow>=2.4.0,<2.5`
10+
911
## Breaking changes
1012

1113
## Deprecations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def select_constraint(default, nightly=None, git_master=None):
7575
packages=find_packages(),
7676
install_requires=[
7777
'protobuf>=3.8.0,<4',
78-
'tensorflow>=2.3.0,<2.4',
78+
'tensorflow>=2.4.0,<2.5',
7979
'tensorflow-metadata' + select_constraint(
8080
default='>=0.26,<0.27',
8181
nightly='>=0.27.0.dev',

0 commit comments

Comments
 (0)