Commit 73befd55 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.sagemaker: relax attrs dependency to fix build

parent 3f68a9fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "attrs"
    "boto3"
    "cloudpickle"
    "importlib-metadata"