File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ http_archive(
9292
9393http_archive (
9494 name = "org_tensorflow" ,
95- strip_prefix = "tensorflow-2.4.0-rc1 " ,
96- sha256 = "ea76e3124328d5f62da0804def78a78453948cd029a2d976950e553a043f9849 " ,
95+ strip_prefix = "tensorflow-2.4.0-rc3 " ,
96+ sha256 = "1da57fabb239b2509d31117421727c07d87a82f5d24261b9713a89aba515ea34 " ,
9797 urls = [
98- "https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc1 .zip"
98+ "https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc3 .zip"
9999 ],
100100)
101101
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
4141 echo ' Using installed tensorflow.'
4242else
4343 echo ' Installing tensorflow.'
44- pip install tensorflow==2.4.0rc1
44+ pip install tensorflow==2.4.0rc3
4545fi
4646
4747if is_windows; then
Original file line number Diff line number Diff line change 3232from setuptools .dist import Distribution
3333
3434project_name = 'tensorflow-text'
35- project_version = '2.4.0-rc0 '
35+ project_version = '2.4.0-rc1 '
3636
3737
3838class BinaryDistribution (Distribution ):
You can’t perform that action at this time.
0 commit comments