Unverified Commit 2b4414a6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.pytensor: mark as broken (#373239)

parents 7e9ec51d 5ca64e50
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;
  };
}