python3Packages.orbax-checkpoint: 0.11.27 -> 0.11.28 (#459256)
This commit is contained in:
@@ -37,14 +37,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "orbax-checkpoint";
|
pname = "orbax-checkpoint";
|
||||||
version = "0.11.27";
|
version = "0.11.28";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "orbax";
|
repo = "orbax";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-KXEwUHJAFxeJTs3qKUXMCYO3t5hoPTjGay9GIOQIuCY=";
|
hash = "sha256-a7E60fZRmEXTA220mwr7EDMUc+zYbW7wG40vY7NeAOM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/checkpoint";
|
sourceRoot = "${src.name}/checkpoint";
|
||||||
|
|||||||
Reference in New Issue
Block a user