python312Packages.pytensor: mark as broken

This commit is contained in:
Gaetan Lepage
2025-01-12 18:09:52 +01:00
parent ed4a395ea0
commit 5ca64e50d5
@@ -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;
};
}