Merge pull request #322747 from GaetanLepage/keras

python311Packages.keras: 3.4.0 -> 3.4.1
This commit is contained in:
OTABI Tomoya
2024-07-02 19:58:17 +09:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "keras";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "keras-team";
repo = "keras";
rev = "refs/tags/v${version}";
hash = "sha256-P/TRczWi/prv5D0/I6yLChIDfc6QdGcRSaF4Dd1Iowk=";
hash = "sha256-Pp84wTvcrWnxuksYUrzs9amapwBC8yU1PA0PE5dRl6k=";
};
build-system = [