python3Packages.orbax-checkpoint: 0.11.18 -> 0.11.19
Diff: https://github.com/google/orbax/compare/refs/tags/v0.11.18...refs/tags/v0.11.19 Changelog: https://github.com/google/orbax/blob/v0.11.19/checkpoint/CHANGELOG.md
This commit is contained in:
parent
af10ea1143
commit
c3bd3e291f
@ -35,14 +35,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "orbax-checkpoint";
|
pname = "orbax-checkpoint";
|
||||||
version = "0.11.18";
|
version = "0.11.19";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "orbax";
|
repo = "orbax";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Uosd2TfC3KJMp46SnNnodPBc+G1nNdqFOwPQA+aVyrQ=";
|
hash = "sha256-j15E4jGvxIjEdWG6Lwr9mvPXr9WifrD1zFF6Vj+7wik=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/checkpoint";
|
sourceRoot = "${src.name}/checkpoint";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user