Skip to content

Commit

Permalink
Merge pull request #1765 from gnecula/bug_fix
Browse files Browse the repository at this point in the history
Update minimum jaxlib to 0.1.36.
  • Loading branch information
gnecula committed Nov 26, 2019
2 parents f415f26 + 227a912 commit 8547050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/lib/__init__.py
Expand Up @@ -17,7 +17,7 @@

import jaxlib

_minimum_jaxlib_version = (0, 1, 31)
_minimum_jaxlib_version = (0, 1, 36)
try:
from jaxlib import version as jaxlib_version
except:
Expand Down

0 comments on commit 8547050

Please sign in to comment.