python312Packages.orbax-checkpoint: 0.11.6 -> 0.11.8

Diff:
https://github.com/google/orbax/compare/refs/tags/v0.11.6...v0.11.8

Changelog:
https://github.com/google/orbax/blob/v0.11.8/checkpoint/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-03-07 20:04:20 +01:00
parent 014f8fbad4
commit ba8de40b21
@@ -34,20 +34,24 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.11.6";
version = "0.11.8";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "orbax";
tag = "v${version}";
hash = "sha256-2bnm9D+ywhploTmtZ+frwf8VuTjczBVN+wqcfe3x77I=";
hash = "sha256-h7SXuOhytM9ev0Q53z0UoT9/ShPVlqgFofn7j8gnehM=";
};
sourceRoot = "${src.name}/checkpoint";
build-system = [ flit-core ];
pythonRelaxDeps = [
"jax"
];
dependencies = [
absl-py
etils