python311Packages.orbax-checkpoint: 0.5.7 -> 0.5.9

This commit is contained in:
R. Ryantm 2024-04-07 15:11:37 +00:00
parent f6eb921406
commit 9bc7c1d254
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.5.7";
version = "0.5.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -30,7 +30,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "orbax_checkpoint";
inherit version;
hash = "sha256-3hRUm4mSIKT0RUU5Z8GsLXFluBUlM0JYd0YAXwOpgTs=";
hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A=";
};
nativeBuildInputs = [