python312Packages.orbax-checkpoint: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-07 20:01:32 +02:00
parent 62e853a265
commit bebdac46ff

View File

@ -1,23 +1,24 @@
{ lib {
, absl-py lib,
, buildPythonPackage absl-py,
, cached-property buildPythonPackage,
, etils cached-property,
, fetchPypi etils,
, flit-core fetchPypi,
, importlib-resources flit-core,
, jax importlib-resources,
, jaxlib jax,
, msgpack jaxlib,
, nest-asyncio msgpack,
, numpy nest-asyncio,
, protobuf numpy,
, pytest-xdist protobuf,
, pytestCheckHook pytest-xdist,
, pythonOlder pytestCheckHook,
, pyyaml pythonOlder,
, tensorstore pyyaml,
, typing-extensions tensorstore,
typing-extensions,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -33,9 +34,7 @@ buildPythonPackage rec {
hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A="; hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A=";
}; };
build-system = [ build-system = [ flit-core ];
flit-core
];
dependencies = [ dependencies = [
absl-py absl-py