diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 2211f1a28c6..a485e25a9d2 100644 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -17,8 +17,8 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): # These lines need to be changed when updating Eigen. They are parsed from # this file by the cmake and make builds to determine the eigen version and # hash. - eigen_version = "1d454915237a" - eigen_sha256 = "7e05dd4b9866ef0aa4498be34752a362596cc5db2f8439cee111e4ea54046b57" + eigen_version = "3f0fb403ec4c" + eigen_sha256 = "9ff8301c6af2640932c5ded77ecccee5786cec8c31315311220618b312e0472b" native.new_http_archive( name = "eigen_archive",