Unverified Commit 6fd99a01 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.orbax-checkpoint: 0.11.6 -> 0.11.8 (#387763)

parents a3a99bda ba8de40b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -34,20 +34,24 @@

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.11.6";
  version = "0.11.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google";
    repo = "orbax";
    tag = "v${version}";
    hash = "sha256-2bnm9D+ywhploTmtZ+frwf8VuTjczBVN+wqcfe3x77I=";
    hash = "sha256-h7SXuOhytM9ev0Q53z0UoT9/ShPVlqgFofn7j8gnehM=";
  };

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

  build-system = [ flit-core ];

  pythonRelaxDeps = [
    "jax"
  ];

  dependencies = [
    absl-py
    etils