Skip to content

Commit 6fd99a0

Browse files
authored
python312Packages.orbax-checkpoint: 0.11.6 -> 0.11.8 (#387763)
2 parents a3a99bd + ba8de40 commit 6fd99a0

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
@@ -34,20 +34,24 @@
3434

3535
buildPythonPackage rec {
3636
pname = "orbax-checkpoint";
37-
version = "0.11.6";
37+
version = "0.11.8";
3838
pyproject = true;
3939

4040
src = fetchFromGitHub {
4141
owner = "google";
4242
repo = "orbax";
4343
tag = "v${version}";
44-
hash = "sha256-2bnm9D+ywhploTmtZ+frwf8VuTjczBVN+wqcfe3x77I=";
44+
hash = "sha256-h7SXuOhytM9ev0Q53z0UoT9/ShPVlqgFofn7j8gnehM=";
4545
};
4646

4747
sourceRoot = "${src.name}/checkpoint";
4848

4949
build-system = [ flit-core ];
5050

51+
pythonRelaxDeps = [
52+
"jax"
53+
];
54+
5155
dependencies = [
5256
absl-py
5357
etils

0 commit comments

Comments
 (0)