python312Packages.sagemaker: relax attrs dependency to fix build

This commit is contained in:
Gaetan Lepage 2024-11-05 08:33:36 +01:00
parent 3f68a9fca1
commit 73befd559e

View File

@ -53,6 +53,7 @@ buildPythonPackage rec {
];
pythonRelaxDeps = [
"attrs"
"boto3"
"cloudpickle"
"importlib-metadata"