python3Packages.keras: 2.4.3 -> 2.7.0

This commit is contained in:
Dmitry Kalinkin 2021-11-25 16:43:56 -05:00
parent 2411e4c1e1
commit 616d5a534e
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -6,11 +6,12 @@
buildPythonPackage rec {
pname = "keras";
version = "2.4.3";
version = "2.7.0";
format = "wheel";
src = fetchPypi {
inherit pname version;
sha256 = "fedd729b52572fb108a98e3d97e1bac10a81d3917d2103cc20ab2a5f03beb973";
inherit format pname version;
sha256 = "0c33ae1f728064ca0d35dfba999e9c316f03623bf5688c82fb83cc74a80ea248";
};
checkInputs = [