Skip to content

Commit dfe0f11

Browse files
committed
Upgrades TF dependency to 2.8
PiperOrigin-RevId: 427367451
1 parent 6469463 commit dfe0f11

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.8.0,<2.9`.
10+
911
## Breaking Changes
1012

1113
## Deprecations

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ tf_configure(name = "local_config_tf")
3939
# 3. Request the new archive to be mirrored on mirror.bazel.build for more
4040
# reliable downloads.
4141

42-
_TENSORFLOW_GIT_COMMIT = "919f693420e35d00c8d0a42100837ae3718f7927" # tf 2.6.0
43-
_TENSORFLOW_ARCHIVE_SHA256 = "70a865814b9d773024126a6ce6fea68fefe907b7ae6f9ac7e656613de93abf87"
42+
_TENSORFLOW_GIT_COMMIT = "3f878cff5b698b82eea85db2b60d65a2e320850e" # tf 2.8.0
43+
_TENSORFLOW_ARCHIVE_SHA256 = "21d919ad6d96fcc0477c8d4f7b1f7e4295aaec2986e035551ed263c2b1cd52ee"
4444

4545
http_archive(
4646
name = "org_tensorflow",

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.13,<4',
78-
'tensorflow>=2.7.0,<2.8',
78+
'tensorflow>=2.8.0,<2.9',
7979
'tensorflow-metadata' + select_constraint(
8080
default='>=1.6.0,<1.7.0',
8181
nightly='>=1.7.0.dev',

0 commit comments

Comments
 (0)