Skip to content

Commit 0b2ffde

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Set JAX version requirement back to >= 0.5.0.
PiperOrigin-RevId: 734607391
1 parent ad2af6c commit 0b2ffde

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

checkpoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.8] - 2025-03-07
11+
12+
### Changed
13+
14+
- Set JAX version requirement back to >= 0.5.0.
15+
1016
## [0.11.7] - 2025-03-06
1117

1218
### Added

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
1919
# LINT.IfChange
20-
__version__ = '0.11.7'
20+
__version__ = '0.11.8'
2121
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222

2323

checkpoint/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
'etils[epath,epy]',
2727
'typing_extensions',
2828
'msgpack',
29-
'jax == 0.5.0',
29+
'jax >= 0.5.0',
3030
'numpy',
3131
'pyyaml',
3232
'tensorstore >= 0.1.71',

0 commit comments

Comments
 (0)