python3Packages.orbax-checkpoint: 0.11.20 -> 0.11.21
Diff: https://github.com/google/orbax/compare/refs/tags/v0.11.20...refs/tags/v0.11.21 Changelog: https://github.com/google/orbax/blob/v0.11.21/checkpoint/CHANGELOG.md
This commit is contained in:
@@ -36,14 +36,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "orbax-checkpoint";
|
||||
version = "0.11.20";
|
||||
version = "0.11.21";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "orbax";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ZZTmWW0PZHk8Evhk6JnbAyl7RQOAxN4GwXUv5M6GfIQ=";
|
||||
hash = "sha256-hb7Y/usg4JFRKsahKNV8rvjMGAN4xYEaaWsedGKcK+Y=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/checkpoint";
|
||||
|
||||
Reference in New Issue
Block a user