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 a3a99bd + ba8de40 commit 6fd99a0Copy full SHA for 6fd99a0
pkgs/development/python-modules/orbax-checkpoint/default.nix
@@ -34,20 +34,24 @@
34
35
buildPythonPackage rec {
36
pname = "orbax-checkpoint";
37
- version = "0.11.6";
+ version = "0.11.8";
38
pyproject = true;
39
40
src = fetchFromGitHub {
41
owner = "google";
42
repo = "orbax";
43
tag = "v${version}";
44
- hash = "sha256-2bnm9D+ywhploTmtZ+frwf8VuTjczBVN+wqcfe3x77I=";
+ hash = "sha256-h7SXuOhytM9ev0Q53z0UoT9/ShPVlqgFofn7j8gnehM=";
45
};
46
47
sourceRoot = "${src.name}/checkpoint";
48
49
build-system = [ flit-core ];
50
51
+ pythonRelaxDeps = [
52
+ "jax"
53
+ ];
54
+
55
dependencies = [
56
absl-py
57
etils
0 commit comments