Commit bebdac46 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.orbax-checkpoint: format with nixfmt

parent 62e853a2
Loading
Loading
Loading
Loading
+22 −23
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 {
@@ -33,9 +34,7 @@ buildPythonPackage rec {
    hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A=";
  };

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

  dependencies = [
    absl-py