python312Packages.orbax-checkpoint: 0.11.6 -> 0.11.8 (#387763)

This commit is contained in:
Nick Cao
2025-03-10 16:00:49 -04:00
committed by GitHub
@@ -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