Bump jaxlib version to 0.1.31 and update WORKSPACE.

This commit is contained in:
Skye Wanderman-Milne 2019-10-08 09:38:32 -07:00
parent 6c6e90d019
commit d3fa506ed0
2 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "b313eee4b585821bd2a9b15b9fa858a87d6f581635d433ccf30161d1d74427d9",
strip_prefix = "tensorflow-b1c0035cc1c3536698506460e5ab328aa84fefb1",
sha256 = "0b32b9238d6c0a3e51ccef6898a1f03d2798556911070f9783d4c5bf2841c7b3",
strip_prefix = "tensorflow-0477de84487e970554cc974e42b55ba4e597afa5",
urls = [
"https://github.com/tensorflow/tensorflow/archive/b1c0035cc1c3536698506460e5ab328aa84fefb1.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/0477de84487e970554cc974e42b55ba4e597afa5.tar.gz",
],
)

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.30"
__version__ = "0.1.31"