python3Packages.keras: mark broken due to tensorflow
This commit is contained in:
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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user