File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ pip_install()
115115
116116http_archive (
117117 name = "org_tensorflow" ,
118- sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e " ,
119- strip_prefix = "tensorflow-2.9.0-rc2 " ,
118+ sha256 = "8087cb0c529f04a4bfe480e49925cd64a904ad16d8ec66b98e2aacdfd53c80ff " ,
119+ strip_prefix = "tensorflow-2.9.0" ,
120120 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" ,
122122 ],
123123)
124124
Original file line number Diff line number Diff line change 1414# ==============================================================================
1515"""version_ops"""
1616
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