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 sha256 = "sha256-JqbiwlIudGjd6iJxCpmzKQSTdo/AijnnXRFzoONFL98=";
23 propagatedBuildInputs = [
24 six pyyaml numpy scipy h5py
25 keras-applications keras-preprocessing
28 # Couldn't get tests working
32 description = "Deep Learning library for Theano and TensorFlow";
33 homepage = "https://keras.io";
34 license = licenses.mit;
35 maintainers = with maintainers; [ NikolaMandic ];