Skip to content

Commit

Permalink
python312Packages.orbax-checkpoint: 0.6.4 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 20, 2024
1 parent 151f86f commit 1974540
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/orbax-checkpoint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
numpy,
protobuf,
pyyaml,
simplejson,
tensorstore,
typing-extensions,

Expand All @@ -32,14 +33,14 @@

buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.6.4";
version = "0.10.3";
pyproject = true;

src = fetchFromGitHub {
owner = "google";
repo = "orbax";
rev = "refs/tags/v${version}";
hash = "sha256-xd75/AKBFUdA6a8sQnCB2rVbHl/Foy4LTb07jnwrTjA=";
tag = "v${version}";
hash = "sha256-BTg4kUz5jfoK2uR/deqqJb8PYoj+FfkuoMZAeSjKKnA=";
};

sourceRoot = "${src.name}/checkpoint";
Expand All @@ -58,6 +59,7 @@ buildPythonPackage rec {
numpy
protobuf
pyyaml
simplejson
tensorstore
typing-extensions
];
Expand Down Expand Up @@ -91,7 +93,7 @@ buildPythonPackage rec {
meta = {
description = "Orbax provides common utility libraries for JAX users";
homepage = "https://github.com/google/orbax/tree/main/checkpoint";
changelog = "https://github.com/google/orbax/releases/tag/v${version}";
changelog = "https://github.com/google/orbax/blob/${src.tag}/checkpoint/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};
Expand Down

0 comments on commit 1974540

Please sign in to comment.