We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b11e9 + f9760f5 commit 4ecb440Copy full SHA for 4ecb440
pkgs/development/python-modules/orbax-checkpoint/default.nix
@@ -23,6 +23,7 @@
23
typing-extensions,
24
25
# tests
26
+ aiofiles,
27
chex,
28
google-cloud-logging,
29
mock,
@@ -34,14 +35,14 @@
34
35
36
buildPythonPackage rec {
37
pname = "orbax-checkpoint";
- version = "0.11.10";
38
+ version = "0.11.11";
39
pyproject = true;
40
41
src = fetchFromGitHub {
42
owner = "google";
43
repo = "orbax";
44
tag = "v${version}";
- hash = "sha256-bS4JmS8NkYkf6YUN9JLcIjMco94QuAw/7H0SguCWH+Y=";
45
+ hash = "sha256-KEh1w2lVQKch5QMwqLoAFnnaMOPqWX6WA7QM9sfunUU=";
46
};
47
48
sourceRoot = "${src.name}/checkpoint";
@@ -69,6 +70,7 @@ buildPythonPackage rec {
69
70
];
71
72
nativeCheckInputs = [
73
+ aiofiles
74
chex
75
google-cloud-logging
76
mock
0 commit comments