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 @@ -94,10 +94,10 @@ http_archive(
9494
9595http_archive (
9696 name = "org_tensorflow" ,
97- strip_prefix = "tensorflow-2.2.0-rc2 " ,
98- sha256 = "ae8e81e2d2e27ab9d0e8f1ec8c24f990c0c507088957c5f4fd1558c21f378f65 " ,
97+ strip_prefix = "tensorflow-2.2.0" ,
98+ sha256 = "fd3e6580cfe2035aa80d569b76bba5f33119362907f3d77039b6bedf76172712 " ,
9999 urls = [
100- "https://github.com/tensorflow/tensorflow/archive/v2.2.0-rc2 .zip"
100+ "https://github.com/tensorflow/tensorflow/archive/v2.2.0.zip"
101101 ],
102102)
103103
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.2.0rc2
32+ pip install tensorflow==2.2.0
3333fi
3434
3535write_to_bazelrc " build:manylinux2010 --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0: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.2.0-rc2 '
35+ project_version = '2.2.0'
3636
3737
3838class BinaryDistribution (Distribution ):
@@ -73,11 +73,11 @@ def finalize_options(self):
7373 cmdclass = {'install' : InstallPlatlib },
7474 distclass = BinaryDistribution ,
7575 install_requires = [
76- 'tensorflow>=2.2.0rc0 , <2.3' ,
76+ 'tensorflow>=2.2.0 , <2.3' ,
7777 ],
7878 extras_require = {
7979 'tensorflow_gpu' : [
80- 'tensorflow-gpu>=2.2.0rc0 , <2.3' ,
80+ 'tensorflow-gpu>=2.2.0 , <2.3' ,
8181 ],
8282 'tests' : [
8383 'absl-py' ,
You can’t perform that action at this time.
0 commit comments