File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ pip_install()
115
115
116
116
http_archive (
117
117
name = "org_tensorflow" ,
118
- sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e " ,
119
- strip_prefix = "tensorflow-2.9.0-rc2 " ,
118
+ sha256 = "8087cb0c529f04a4bfe480e49925cd64a904ad16d8ec66b98e2aacdfd53c80ff " ,
119
+ strip_prefix = "tensorflow-2.9.0" ,
120
120
urls = [
121
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2 .tar.gz" ,
121
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0.tar.gz" ,
122
122
],
123
123
)
124
124
Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""version_ops"""
16
16
17
- version = "0.25 .0"
18
- require = "tensorflow>=2.9.0rc2 ,<2.10.0"
17
+ version = "0.26 .0"
18
+ require = "tensorflow>=2.9.0 ,<2.10.0"
You can’t perform that action at this time.
0 commit comments