python3Packages.keras: 2.11.0 -> 2.14.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:23 +02:00
parent ea62d5a2ff
commit 18309a8c41

View file

@ -6,12 +6,14 @@
buildPythonPackage rec {
pname = "keras";
version = "2.11.0";
version = "2.14.0";
format = "wheel";
src = fetchPypi {
inherit format pname version;
hash = "sha256-OMb/8OqaiwaicXc2VlySpzyM2bHCOecSXMsYi3hI9l4=";
hash = "sha256-10KdHSExzH6x8uouwzAifH2dONqz398ueN7+5OzEP80=";
python = "py3";
dist = "py3";
};
nativeCheckInputs = [