Skip to content

Commit

Permalink
Bump jaxlib version to 0.1.39 and update WORKSPACE.
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Feb 12, 2020
1 parent 7ca43f0 commit c6b65c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -28,10 +28,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "4ce0e08aa014fafa7a0e8fb3531bdc914bd8a49828e1f5c31bb8adfb751ad73d",
strip_prefix = "tensorflow-210649dd56d7c4b75e3e8e2a851b61c80ae13dbb",
sha256 = "fb463ccb1f88f3fc397eac1544b4b827118eadaa37e1e01b50b010bcf80d7db8",
strip_prefix = "tensorflow-0ffde4c85d85e34390285fc9fcfbae766ae5260d",
urls = [
"https://github.com/tensorflow/tensorflow/archive/210649dd56d7c4b75e3e8e2a851b61c80ae13dbb.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/0ffde4c85d85e34390285fc9fcfbae766ae5260d.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion jaxlib/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.38"
__version__ = "0.1.39"

0 comments on commit c6b65c0

Please sign in to comment.