python.pkgs.Keras: fix build

This commit is contained in:
Frederik Rietdijk 2018-05-10 10:13:30 +02:00
parent 292eb914a4
commit c248aa40b1

@ -1,12 +1,11 @@
{ stdenv, lib, buildPythonPackage, fetchPypi
, pytest, pytestcov, pytestpep8, pytest_xdist
, six, numpy, scipy, pyyaml
, six, numpy, scipy, pyyaml, h5py
}:
buildPythonPackage rec {
pname = "Keras";
version = "2.1.6";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
@ -21,7 +20,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
six pyyaml numpy scipy
six pyyaml numpy scipy h5py
];
# Couldn't get tests working