File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ http_archive(
5858 name = "org_tensorflow" ,
5959 patch_args = ["-p1" ],
6060 patches = ["//third_party/tensorflow:tf.patch" ],
61- strip_prefix = "tensorflow-2.16.0-rc0 " ,
62- sha256 = "64b885703422a93b0ed3112d93b6070dab9a94bcdd88755b2dc83bb9a8d102b5 " ,
61+ strip_prefix = "tensorflow-2.16.1 " ,
62+ sha256 = "54c976f828182f85e10e03840dd3b0504109f57760a498075574e35e9aa983fe " ,
6363 urls = [
64- "https://github.com/tensorflow/tensorflow/archive/v2.16.0-rc0 .zip"
64+ "https://github.com/tensorflow/tensorflow/archive/v2.16.1 .zip"
6565 ],
6666)
6767
Original file line number Diff line number Diff line change 4848 if [[ x" $( arch) " == x" arm64" ]]; then
4949 pip install tensorflow-macos==2.13.0
5050 else
51- pip install tensorflow==2.16.0rc0
51+ pip install tensorflow==2.16.1
5252 fi
5353 else
54- pip install tensorflow==2.16.0rc0
54+ pip install tensorflow==2.16.1
5555 fi
5656fi
5757
Original file line number Diff line number Diff line change 3232from setuptools .dist import Distribution
3333
3434project_name = 'tensorflow-text'
35- project_version = '2.16.0-rc0 '
35+ project_version = '2.16.1 '
3636
3737
3838class BinaryDistribution (Distribution ):
@@ -74,11 +74,11 @@ def finalize_options(self):
7474 distclass = BinaryDistribution ,
7575 install_requires = [
7676 (
77- 'tensorflow>=2.16.0rc0 , <2.17; platform_machine != "arm64" or'
77+ 'tensorflow>=2.16.0 , <2.17; platform_machine != "arm64" or'
7878 ' platform_system != "Darwin"'
7979 ),
8080 (
81- 'tensorflow-macos>=2.16.0rc0 , <2.17; platform_machine == "arm64" and'
81+ 'tensorflow-macos>=2.16.0 , <2.17; platform_machine == "arm64" and'
8282 ' platform_system == "Darwin"'
8383 ),
8484 ],
Original file line number Diff line number Diff line change 110110]
111111
112112remove_undocumented (__name__ , _allowed_symbols )
113- __version__ = "2.16.0-rc0 "
113+ __version__ = "2.16.1 "
You can’t perform that action at this time.
0 commit comments