File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ http_archive(
112112
113113http_archive (
114114 name = "org_tensorflow" ,
115- strip_prefix = "tensorflow-2.3.0 " ,
116- sha256 = "1a6f24d9e3b1cf5cc55ecfe076d3a61516701bc045925915b26a9d39f4084c34 " ,
115+ strip_prefix = "tensorflow-2.4.0-rc1 " ,
116+ sha256 = "ea76e3124328d5f62da0804def78a78453948cd029a2d976950e553a043f9849 " ,
117117 urls = [
118- "https://github.com/tensorflow/tensorflow/archive/v2.3.0 .zip"
118+ "https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc1 .zip"
119119 ],
120120)
121121
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
2929 echo ' Using installed tensorflow.'
3030else
3131 echo ' Installing tensorflow.'
32- pip install tensorflow==2.3.0
32+ pip install tensorflow==2.4.0rc1
3333fi
3434
3535write_to_bazelrc " build:manylinux2010 --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain"
Original file line number Diff line number Diff line change 3232from setuptools .dist import Distribution
3333
3434project_name = 'tensorflow-text'
35- project_version = '2.3.0 '
35+ project_version = '2.4.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.3.0 , <2.4 ' ,
76+ 'tensorflow>=2.4.0rc0 , <2.5 ' ,
7777 'tensorflow_hub>=0.8.0' ,
7878 ],
7979 extras_require = {
8080 'tensorflow_cpu' : [
81- 'tensorflow-cpu>=2.3.0 , <2.4 ' ,
81+ 'tensorflow-cpu>=2.4.0rc0 , <2.5 ' ,
8282 ],
8383 'tests' : [
8484 'absl-py' ,
You can’t perform that action at this time.
0 commit comments