File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
pkgs/development/python-modules/orbax-checkpoint Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2727 google-cloud-logging ,
2828 mock ,
2929 optax ,
30+ portpicker ,
3031 pytest-xdist ,
3132 pytestCheckHook ,
3233} :
3334
3435buildPythonPackage rec {
3536 pname = "orbax-checkpoint" ;
36- version = "0.11.0 " ;
37+ version = "0.11.2 " ;
3738 pyproject = true ;
3839
3940 src = fetchFromGitHub {
4041 owner = "google" ;
4142 repo = "orbax" ;
4243 tag = "v${ version } " ;
43- hash = "sha256-pVRXWJfiiqV2ZFM0CgXdwD6/lnRa1HFFPrfS5975mVA =" ;
44+ hash = "sha256-68mqz+4FJQr/mKR53L5CSenRB0SjV3dbBdtBylFW1y8 =" ;
4445 } ;
4546
4647 sourceRoot = "${ src . name } /checkpoint" ;
@@ -68,6 +69,7 @@ buildPythonPackage rec {
6869 google-cloud-logging
6970 mock
7071 optax
72+ portpicker
7173 pytest-xdist
7274 pytestCheckHook
7375 ] ;
@@ -85,6 +87,12 @@ buildPythonPackage rec {
8587 ] ;
8688
8789 disabledTestPaths = [
90+ # E absl.flags._exceptions.DuplicateFlagError: The flag 'num_processes' is defined twice.
91+ # First from multiprocess_test, Second from orbax.checkpoint._src.testing.multiprocess_test.
92+ # Description from first occurrence: Number of processes to use.
93+ # https://github.com/google/orbax/issues/1580
94+ "orbax/checkpoint/experimental/emergency/"
95+
8896 # Circular dependency flax
8997 "orbax/checkpoint/_src/metadata/empty_values_test.py"
9098 "orbax/checkpoint/_src/metadata/tree_rich_types_test.py"
You can’t perform that action at this time.
0 commit comments