File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ http_archive(
7070
7171http_archive (
7272 name = "org_tensorflow" ,
73- strip_prefix = "tensorflow-2.11.0 " ,
74- sha256 = "e52cda3bae45f0ae0fccd4055e9fa29892b414f70e2df94df9a3a10319c75fff " ,
73+ strip_prefix = "tensorflow-2.12.0-rc0 " ,
74+ sha256 = "44cc6687fea2fedb19c0fb27cb48bddc21b11e489bc99ebfca57b28f7aee8e5a " ,
7575 urls = [
76- "https://github.com/tensorflow/tensorflow/archive/v2.11.0 .zip"
76+ "https://github.com/tensorflow/tensorflow/archive/v2.12.0-rc0 .zip"
7777 ],
7878)
7979
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.11.0
51+ pip install tensorflow==2.12.0rc0
5252 fi
5353 else
54- pip install tensorflow==2.11.0
54+ pip install tensorflow==2.12.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.12 /.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.12 /.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.11.0 '
35+ project_version = '2.12.0-rc0 '
3636
3737
3838class BinaryDistribution (Distribution ):
@@ -73,12 +73,12 @@ def finalize_options(self):
7373 cmdclass = {'install' : InstallPlatlib },
7474 distclass = BinaryDistribution ,
7575 install_requires = [
76- 'tensorflow>=2.11.0 , <2.12 ; platform_machine != "arm64" or platform_system != "Darwin"' ,
77- 'tensorflow-macos>=2.11.0 , <2.12 ; platform_machine == "arm64" and platform_system == "Darwin"' ,
76+ 'tensorflow>=2.12.0rc0 , <2.13 ; platform_machine != "arm64" or platform_system != "Darwin"' ,
77+ 'tensorflow-macos>=2.12.0rc0 , <2.13 ; platform_machine == "arm64" and platform_system == "Darwin"' ,
7878 'tensorflow_hub>=0.8.0' ,
7979 ],
8080 extras_require = {
81- 'tensorflow_cpu' : ['tensorflow-cpu>=2.11.0 , <2.12 ' ,],
81+ 'tensorflow_cpu' : ['tensorflow-cpu>=2.12.0rc0 , <2.13 ' ,],
8282 'tests' : [
8383 'absl-py' ,
8484 'pytest' ,
Original file line number Diff line number Diff line change 106106]
107107
108108remove_undocumented (__name__ , _allowed_symbols )
109- __version__ = "2.11.0 "
109+ __version__ = "2.12.0-rc0 "
You can’t perform that action at this time.
0 commit comments