pythonPackages.tflearn: remove maintainer, fixes eval

This commit is contained in:
Frederik Rietdijk 2016-08-14 10:42:40 +02:00
parent 329589c7fd
commit 9fc37cc89c

View File

@ -28880,7 +28880,6 @@ in modules // {
description = "Deep learning library featuring a higher-level API for TensorFlow";
homepage = "https://github.com/tflearn/tflearn";
license = licenses.mit;
maintainers = with maintainers; [ houqp ];
};
propagatedBuildInputs = with self; [ scipy h5py pillow tensorflow ];