Skip to content

Commit

Permalink
Bump JAX version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519041302
  • Loading branch information
romanngg committed Apr 19, 2023
1 parent 49f2c07 commit d00a6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neural_tangents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""Public Neural Tangents modules and functions."""


__version__ = '0.6.2'
__version__ = '0.6.3'

from . import experimental
from . import predict
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


INSTALL_REQUIRES = [
'jax>=0.4.3',
'jax>=0.4.6',
'frozendict>=2.3',
'typing_extensions>=4.0.1',
'tf2jax>=0.3.3',
Expand Down

0 comments on commit d00a6e0

Please sign in to comment.