File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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-rc3 " ,
96- sha256 = "1da57fabb239b2509d31117421727c07d87a82f5d24261b9713a89aba515ea34 " ,
95+ strip_prefix = "tensorflow-2.4.0-rc4 " ,
96+ sha256 = "8c0d4e1b4a88a92ef158a54d70792b21429254e792d01221a2e5c3339b9d8bcf " ,
9797 urls = [
98- "https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc3 .zip"
98+ "https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc4 .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.0rc3
44+ pip install tensorflow==2.4.0rc4
4545fi
4646
4747if is_windows; then
You can’t perform that action at this time.
0 commit comments