Skip to content

Commit 6c8a33d

Browse files
authored
python3Packages.orbax-checkpoint: 0.11.23 -> 0.11.24 (#438030)
2 parents 57ea833 + 4516f8e commit 6c8a33d

File tree

1 file changed

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

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
buildPythonPackage rec {
3838
pname = "orbax-checkpoint";
39-
version = "0.11.23";
39+
version = "0.11.24";
4040
pyproject = true;
4141

4242
src = fetchFromGitHub {
4343
owner = "google";
4444
repo = "orbax";
4545
tag = "v${version}";
46-
hash = "sha256-bP6gkHxbWraXCjnSPntYKFCU0qjT9trXwnrP9pI/93k=";
46+
hash = "sha256-B01m7jnmkxe2/VHhi+U0XDCwPornTi34v8cY/BBpftg=";
4747
};
4848

4949
sourceRoot = "${src.name}/checkpoint";
@@ -107,6 +107,10 @@ buildPythonPackage rec {
107107
# https://github.com/google/orbax/issues/1580
108108
"orbax/checkpoint/experimental/emergency/"
109109

110+
# E FileNotFoundError: [Errno 2] No such file or directory:
111+
# '/build/absl_testing/DefaultSnapshotTest/runTest/root/path/to/source/data.txt'
112+
"orbax/checkpoint/_src/path/snapshot/snapshot_test.py"
113+
110114
# Circular dependency flax
111115
"orbax/checkpoint/_src/metadata/empty_values_test.py"
112116
"orbax/checkpoint/_src/metadata/tree_rich_types_test.py"

0 commit comments

Comments
 (0)