Skip to content

Commit 4ecb440

Browse files
authored
python312Packages.orbax-checkpoint: 0.11.10 -> 0.11.11 (#396878)
2 parents b5b11e9 + f9760f5 commit 4ecb440

File tree

1 file changed

+4
-2
lines changed
  • pkgs/development/python-modules/orbax-checkpoint

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/orbax-checkpoint/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
typing-extensions,
2424

2525
# tests
26+
aiofiles,
2627
chex,
2728
google-cloud-logging,
2829
mock,
@@ -34,14 +35,14 @@
3435

3536
buildPythonPackage rec {
3637
pname = "orbax-checkpoint";
37-
version = "0.11.10";
38+
version = "0.11.11";
3839
pyproject = true;
3940

4041
src = fetchFromGitHub {
4142
owner = "google";
4243
repo = "orbax";
4344
tag = "v${version}";
44-
hash = "sha256-bS4JmS8NkYkf6YUN9JLcIjMco94QuAw/7H0SguCWH+Y=";
45+
hash = "sha256-KEh1w2lVQKch5QMwqLoAFnnaMOPqWX6WA7QM9sfunUU=";
4546
};
4647

4748
sourceRoot = "${src.name}/checkpoint";
@@ -69,6 +70,7 @@ buildPythonPackage rec {
6970
];
7071

7172
nativeCheckInputs = [
73+
aiofiles
7274
chex
7375
google-cloud-logging
7476
mock

0 commit comments

Comments
 (0)