python3Packages.keras: mark broken due to tensorflow

This commit is contained in:
Felix Buehler
2025-09-26 23:57:54 +00:00
committed by Gaetan Lepage
parent b5e3d14c8a
commit 3a7a431d87
@@ -214,5 +214,7 @@ buildPythonPackage rec {
changelog = "https://github.com/keras-team/keras/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
# Not yet released for tensorflow >= 2.20.0
broken = lib.versionAtLeast tensorflow.version "2.20";
};
}