1 { lib, fetchPypi, buildPythonPackage, pytest, scipy, h5py
2 , pillow, tensorflow }:
4 buildPythonPackage rec {
10 sha256 = "818aa57667693810415dc203ba3f75f1541e931a8dc30b6e8b21563541a70388";
13 buildInputs = [ pytest ];
15 propagatedBuildInputs = [ scipy h5py pillow tensorflow ];
20 description = "Deep learning library featuring a higher-level API for TensorFlow";
21 homepage = "https://github.com/tflearn/tflearn";
22 license = licenses.mit;