diff --git a/pyproject.toml b/pyproject.toml index 359881b..dc3817f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'botocore>=1.31,<2', 'cloudpickle>=2.1.0', 'compress-pickle>=1.2.0', - 'humanfriendly>=8.2', + 'humanfriendly>=10.0', "numpy>=1.21.6;python_version<'3.10'", "numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'", "numpy>=1.26.0;python_version>='3.12'",