Skip to content

Commit 69a1fcb

Browse files
BlaziusMaximusOrbax Authors
authored andcommitted
Update default JAX version requirement to 0.5.0.
PiperOrigin-RevId: 729313422
1 parent fdbab44 commit 69a1fcb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

checkpoint/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.6] - 2025-02-20
11+
1012
### Added
1113

1214
- Allow concurrent CheckpointManager.save requests and wait_until_finished.
@@ -19,6 +21,7 @@ background task. It also incorporates typing, in contrast with its predecessor.
1921
## Changed
2022

2123
- Move process_metadata to the checkpoint_num directory
24+
- Updated default JAX version requirement to 0.5.0.
2225

2326
## [0.11.5] - 2025-02-10
2427

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
19-
__version__ = '0.11.5'
19+
__version__ = '0.11.6'
2020

2121

2222
# TODO: b/362813406 - Add latest change timestamp and commit number.

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.4.34',
29+
'jax >= 0.5.0',
3030
'numpy',
3131
'pyyaml',
3232
'tensorstore >= 0.1.68',

0 commit comments

Comments
 (0)