python312Packages.keras: 3.9.1 -> 3.9.2 (#395604)

This commit is contained in:
Gaétan Lepage
2025-04-03 21:56:56 +02:00
committed by GitHub
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "keras";
version = "3.9.1";
version = "3.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "keras-team";
repo = "keras";
tag = "v${version}";
hash = "sha256-e4jHa+/HAe+bKUngcdF6zpI6+l7NvnjCEtNCAA5QHCo=";
hash = "sha256-mxQHqApyxO57zo/lK8p9xWEdEgkXF89yX/+pPBUlbwE=";
};
build-system = [
@@ -81,6 +81,10 @@ buildPythonPackage rec {
];
disabledTests = [
# NameError: name 'MockRemat' is not defined
# https://github.com/keras-team/keras/issues/21126
"test_functional_model_with_remat"
# Tries to install the package in the sandbox
"test_keras_imports"