python312Packages.keras: remove tf-keras dependency

This commit is contained in:
Gaetan Lepage
2024-10-03 08:58:20 +02:00
parent 5850333708
commit b35a0e8e93
@@ -19,7 +19,8 @@
packaging,
rich,
tensorflow,
tf-keras,
pythonAtLeast,
distutils,
}:
buildPythonPackage rec {
@@ -52,8 +53,7 @@ buildPythonPackage rec {
packaging
rich
tensorflow
tf-keras
];
] ++ lib.optionals (pythonAtLeast "3.12") [ distutils ];
pythonImportsCheck = [
"keras"