Commit 5ca64e50 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pytensor: mark as broken

parent ed4a395e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -187,5 +187,8 @@ buildPythonPackage rec {
      bcdarwin
      ferrine
    ];
    # Not yet compatible with numpy >= 2.0
    # https://github.com/pymc-devs/pytensor/issues/688
    broken = true;
  };
}