python3Packages.orbax-checkpoint: 0.11.15 -> 0.11.16
Diff: https://github.com/google/orbax/compare/refs/tags/v0.11.15...refs/tags/v0.11.16 Changelog: https://github.com/google/orbax/blob/v0.11.16/checkpoint/CHANGELOG.md
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "orbax-checkpoint";
|
||||
version = "0.11.15";
|
||||
version = "0.11.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "orbax";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yy/BsmkBLlS6bd9I8rKKifRG+/T5/0XV00fq07LivPE=";
|
||||
hash = "sha256-C5glSasB4LtxcaDx8U5rn7Y5J39+ieP0Mh2ITE1y1k8=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/checkpoint";
|
||||
|
||||
Reference in New Issue
Block a user