File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ http_archive(
62
62
63
63
http_archive (
64
64
name = "org_tensorflow" ,
65
- strip_prefix = "tensorflow-2.7.0-rc0 " ,
66
- sha256 = "6b31d38c3a408bebe746dfecbc073eb68e6de38046fde40067a4eef9abddf25c " ,
65
+ strip_prefix = "tensorflow-2.7.0" ,
66
+ sha256 = "249b48ddee927801c7a4f8e5442cf1a3c860f6f46b85a2ff7a78b501507dd561 " ,
67
67
urls = [
68
- "https://github.com/tensorflow/tensorflow/archive/v2.7.0-rc0 .zip"
68
+ "https://github.com/tensorflow/tensorflow/archive/v2.7.0.zip"
69
69
],
70
70
)
71
71
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
41
41
echo ' Using installed tensorflow.'
42
42
else
43
43
echo ' Installing tensorflow.'
44
- pip install tensorflow==2.7.0rc0
44
+ pip install tensorflow==2.7.0
45
45
fi
46
46
47
47
if is_windows; then
Original file line number Diff line number Diff line change 32
32
from setuptools .dist import Distribution
33
33
34
34
project_name = 'tensorflow-text'
35
- project_version = '2.7.0-rc0 '
35
+ project_version = '2.7.0-rc1 '
36
36
37
37
38
38
class BinaryDistribution (Distribution ):
Original file line number Diff line number Diff line change 80
80
]
81
81
82
82
remove_undocumented (__name__ , _allowed_symbols )
83
- __version__ = "2.7.0-rc0 "
83
+ __version__ = "2.7.0-rc1 "
You can’t perform that action at this time.
0 commit comments