File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/development/python-modules/orbax-checkpoint Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3636
3737buildPythonPackage 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"
You can’t perform that action at this time.
0 commit comments