13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
23 hash = "sha256-/al8GNow2g9ypafoDz7uNDsJ9MIG2tbFfJRPss0YVg4=";
43 pythonImportsCheck = [ "tf_keras" ];
45 nativeCheckInputs = [ pytestCheckHook ];
48 description = "Deep learning for humans";
49 homepage = "https://pypi.org/project/tf-keras/";
50 license = lib.licenses.asl20;
51 maintainers = with lib.maintainers; [ GaetanLepage ];