Skip to content

Commit

Permalink
Update minimum jaxlib to 0.1.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
skye authored Aug 25, 2019
1 parent 91a2311 commit dfee03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import jaxlib

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

0 comments on commit dfee03c

Please sign in to comment.