Unverified Commit c661c643 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #302373 from r-ryantm/auto-update/python311Packages.orbax-checkpoint

python311Packages.orbax-checkpoint: 0.5.7 -> 0.5.9
parents 84680a15 bebdac46
Loading
Loading
Loading
Loading
+25 −26
Original line number Diff line number Diff line
{ lib
, absl-py
, buildPythonPackage
, cached-property
, etils
, fetchPypi
, flit-core
, importlib-resources
, jax
, jaxlib
, msgpack
, nest-asyncio
, numpy
, protobuf
, pytest-xdist
, pytestCheckHook
, pythonOlder
, pyyaml
, tensorstore
, typing-extensions
{
  lib,
  absl-py,
  buildPythonPackage,
  cached-property,
  etils,
  fetchPypi,
  flit-core,
  importlib-resources,
  jax,
  jaxlib,
  msgpack,
  nest-asyncio,
  numpy,
  protobuf,
  pytest-xdist,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  tensorstore,
  typing-extensions,
}:

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.5.7";
  version = "0.5.9";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -30,14 +31,12 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "orbax_checkpoint";
    inherit version;
    hash = "sha256-3hRUm4mSIKT0RUU5Z8GsLXFluBUlM0JYd0YAXwOpgTs=";
    hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A=";
  };

  nativeBuildInputs = [
    flit-core
  ];
  build-system = [ flit-core ];

  propagatedBuildInputs = [
  dependencies = [
    absl-py
    cached-property
    etils