Skip to content

Commit

Permalink
Update version for 2.18.0-rc0 release. (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtg0795 authored Oct 16, 2024
1 parent 424dba4 commit 67f4ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ local_repository(
load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "8e219d51dcc846c983188bfb6a2a3b8113507d269e71c88a81d0ffbcfa3e4880",
git_commit = "4b55ed05d34b5be52067e450a2876d656f5ca7d8",
sha256 = "49bc35a6a81acf497a59652a4c53a1ca52172257049c36a8203d2556ec13a2e8",
git_commit = "d5f4a3f5ddc60df66d732cdba0c3ad1e51b7a339",
)

# Import all of TensorFlow Serving's external dependencies.
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = '2.18.0-rc0'
# Have this by default be open; releasing a new version will lock to TF version
_TF_VERSION = '>=2.18.0-rc0,<3'
_TF_VERSION = '>=2.18.0-rc2,<3'
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

project_name = 'tensorflow-serving-api'
Expand Down

0 comments on commit 67f4ee8

Please sign in to comment.