File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ http_archive(
5656
5757http_archive (
5858 name = "org_tensorflow" ,
59- strip_prefix = "tensorflow-1ad7a2160315a64dd2a5cbde380e9478b671d043 " ,
60- sha256 = "2caf5f221197fa817f41f8b71a14adda3261e2ecd1b45357f5af824530b37267 " ,
59+ strip_prefix = "tensorflow-2.18.0-rc0 " ,
60+ sha256 = "4c0d58d4516c7cebab91318cb1ed2e5585f772b7ee4f081958df764b4c616422 " ,
6161 urls = [
62- "https://github.com/tensorflow/tensorflow/archive/1ad7a2160315a64dd2a5cbde380e9478b671d043 .zip"
62+ "https://github.com/tensorflow/tensorflow/archive/v2.18.0-rc0 .zip"
6363 ],
6464)
6565
Original file line number Diff line number Diff line change 4343 if [[ x" $( arch) " == x" arm64" ]]; then
4444 pip install tensorflow-macos==2.16.1
4545 else
46- pip install tensorflow==2.16.1
46+ pip install tensorflow==2.18.0rc0
4747 fi
4848 else
49- pip install tensorflow==2.16.1
49+ pip install tensorflow==2.18.0rc0
5050 fi
5151fi
5252
5353# Copy the current bazelversion of TF.
54- curl https://raw.githubusercontent.com/tensorflow/tensorflow/master /.bazelversion -o .bazelversion
54+ curl https://raw.githubusercontent.com/tensorflow/tensorflow/r2.18 /.bazelversion -o .bazelversion
5555
5656# Copy the building configuration of TF.
57- curl https://raw.githubusercontent.com/tensorflow/tensorflow/master /.bazelrc -o .bazelrc
57+ curl https://raw.githubusercontent.com/tensorflow/tensorflow/r2.18 /.bazelrc -o .bazelrc
5858# This line breaks Windows builds, so we remove it.
5959sed -i -e ' s/build --noincompatible_remove_legacy_whole_archive//' .bazelrc
6060
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.1 '
35+ project_version = '2.18.0-rc0 '
3636
3737
3838class BinaryDistribution (Distribution ):
@@ -74,12 +74,12 @@ def finalize_options(self):
7474 distclass = BinaryDistribution ,
7575 install_requires = [
7676 (
77- 'tensorflow>=2.16.1 , <2.17 ' ,
77+ 'tensorflow>=2.18.0rc0 , <2.19 ' ,
7878 ),
7979 ],
8080 extras_require = {
8181 'tensorflow_cpu' : [
82- 'tensorflow-cpu>=2.16.1 , <2.17 ' ,
82+ 'tensorflow-cpu>=2.18.0rc0 , <2.19 ' ,
8383 ],
8484 'tests' : [
8585 'absl-py' ,
Original file line number Diff line number Diff line change 110110]
111111
112112remove_undocumented (__name__ , _allowed_symbols )
113- __version__ = "2.13.0 "
113+ __version__ = "2.18.0-rc0 "
You can’t perform that action at this time.
0 commit comments