1 { lib, buildPythonPackage, fetchPypi
2 , pytest, pytest-cov, pytest-xdist
3 , six, numpy, scipy, pyyaml, h5py
4 , keras-applications, keras-preprocessing
7 buildPythonPackage rec {
13 inherit format pname version;
14 hash = "sha256-SgIvLpfqWj2xLtgJ/8t84e+NNP6urFIxXshVPe0tz5c=";
25 propagatedBuildInputs = [
26 six pyyaml numpy scipy h5py
27 keras-applications keras-preprocessing
30 # Couldn't get tests working
34 description = "Deep Learning library for Theano and TensorFlow";
35 homepage = "https://keras.io";
36 license = licenses.mit;
37 maintainers = with maintainers; [ NikolaMandic ];