File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ http_archive(
7272 name = "org_tensorflow" ,
7373 patch_args = ["-p1" ],
7474 patches = ["//third_party/tensorflow:tf.patch" ],
75- strip_prefix = "tensorflow-2.12.0 " ,
76- sha256 = "af0584df1a4e28763c32c218b39f8c4f3784fabb6a8859b00c02d743864dc191 " ,
75+ strip_prefix = "tensorflow-2.14.0-rc0 " ,
76+ sha256 = "99c6f486d1b361f1dd6de52df27f5d9c69e114b3540607746b967d1bd2ca16d4 " ,
7777 urls = [
78- "https://github.com/tensorflow/tensorflow/archive/v2.12.0 .zip"
78+ "https://github.com/tensorflow/tensorflow/archive/v2.14.0-rc0 .zip"
7979 ],
8080)
8181
Original file line number Diff line number Diff line change 4848 if [[ x" $( arch) " == x" arm64" ]]; then
4949 pip install tensorflow-macos==2.9.0
5050 else
51- pip install tensorflow==2.12.0
51+ pip install tensorflow==2.14.0rc0
5252 fi
5353 else
54- pip install tensorflow==2.12.0
54+ pip install tensorflow==2.14.0rc0
5555 fi
5656fi
5757
@@ -61,10 +61,10 @@ if is_windows; then
6161fi
6262
6363# Copy the current bazelversion of TF.
64- curl https://raw.githubusercontent.com/tensorflow/tensorflow/master /.bazelversion -o .bazelversion
64+ curl https://raw.githubusercontent.com/tensorflow/tensorflow/r2.14 /.bazelversion -o .bazelversion
6565
6666# Copy the building configuration of TF.
67- curl https://raw.githubusercontent.com/tensorflow/tensorflow/master /.bazelrc -o .bazelrc
67+ curl https://raw.githubusercontent.com/tensorflow/tensorflow/r2.14 /.bazelrc -o .bazelrc
6868# This line breaks Windows builds, so we remove it.
6969sed -i -e ' s/build --noincompatible_remove_legacy_whole_archive//' .bazelrc
7070
Original file line number Diff line number Diff line change 3232from setuptools .dist import Distribution
3333
3434project_name = 'tensorflow-text'
35- project_version = '2.12.0 '
35+ project_version = '2.14.0-rc0 '
3636
3737
3838class BinaryDistribution (Distribution ):
@@ -74,11 +74,11 @@ def finalize_options(self):
7474 distclass = BinaryDistribution ,
7575 install_requires = [
7676 (
77- 'tensorflow>=2.12.0 , <2.13 ; platform_machine != "arm64" or'
77+ 'tensorflow>=2.14.0rc0 , <2.15 ; platform_machine != "arm64" or'
7878 ' platform_system != "Darwin"'
7979 ),
8080 (
81- 'tensorflow-macos>=2.12.0 , <2.13 ; platform_machine == "arm64" and'
81+ 'tensorflow-macos>=2.14.0rc0 , <2.15 ; platform_machine == "arm64" and'
8282 ' platform_system == "Darwin"'
8383 ),
8484 'tensorflow_hub>=0.13.0' ,
Original file line number Diff line number Diff line change 110110]
111111
112112remove_undocumented (__name__ , _allowed_symbols )
113- __version__ = "2.12.0 "
113+ __version__ = "2.14.0-rc0 "
You can’t perform that action at this time.
0 commit comments