Skip to content

Commit 66eff12

Browse files
committed
Update version
1 parent a031101 commit 66eff12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ http_archive(
9292

9393
http_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

oss_scripts/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
4141
echo 'Using installed tensorflow.'
4242
else
4343
echo 'Installing tensorflow.'
44-
pip install tensorflow==2.4.0rc3
44+
pip install tensorflow==2.4.0rc4
4545
fi
4646

4747
if is_windows; then

0 commit comments

Comments
 (0)