Skip to content

Commit c9fee96

Browse files
committed
Upgrades TF dependency to 2.11.
PiperOrigin-RevId: 491752298
1 parent d7c5400 commit c9fee96

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.11.0,<2.12`.
10+
911
## Deprecations
1012

1113
## Breaking Changes

WORKSPACE

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

44-
_TENSORFLOW_GIT_COMMIT = "359c3cdfc5fabac82b3c70b3b6de2b0a8c16874f" # tf 2.10.0
45-
_TENSORFLOW_ARCHIVE_SHA256 = "bc4e9bbeb0136163f283ab8b695bec747cad738963e153ce3b7e414ebffe408f"
44+
_TENSORFLOW_GIT_COMMIT = "d5b57ca93e506df258271ea00fc29cf98383a374" # tf 2.11.0
45+
_TENSORFLOW_ARCHIVE_SHA256 = "37abf3d45a34e11012ef60ee6dcd79e317384b62d319b6346cc2a94eb447e172"
4646

4747
http_archive(
4848
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.10.0,<2.11',
78+
'tensorflow>=2.11.0,<2.12',
7979
'tensorflow-metadata' + select_constraint(
8080
default='>=1.11.0,<1.12.0',
8181
nightly='>=1.12.0.dev',

0 commit comments

Comments
 (0)