python.pkgs.Keras: 2.2.0 -> 2.2.2
This commit is contained in:
parent
148f0746ab
commit
0f8185e3fc
@ -1,15 +1,16 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, pytest, pytestcov, pytestpep8, pytest_xdist
|
, pytest, pytestcov, pytestpep8, pytest_xdist
|
||||||
, six, numpy, scipy, pyyaml, h5py
|
, six, numpy, scipy, pyyaml, h5py
|
||||||
|
, keras-applications, keras-preprocessing
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Keras";
|
pname = "Keras";
|
||||||
version = "2.2.0";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5b8499d157af217f1a5ee33589e774127ebc3e266c833c22cb5afbb0ed1734bf";
|
sha256 = "468d98da104ec5c3dbb10c2ef6bb345ab154f6ca2d722d4c250ef4d6105de17a";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
@ -21,6 +22,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
six pyyaml numpy scipy h5py
|
six pyyaml numpy scipy h5py
|
||||||
|
keras-applications keras-preprocessing
|
||||||
];
|
];
|
||||||
|
|
||||||
# Couldn't get tests working
|
# Couldn't get tests working
|
||||||
|
Loading…
Reference in New Issue
Block a user