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

python311Packages.orbax-checkpoint: 0.5.7 -> 0.5.9
This commit is contained in:
Fabian Affolter 2024-04-09 23:49:29 +02:00 committed by GitHub
commit c661c64334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 26 deletions

View File

@ -1,28 +1,29 @@
{ 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