pythonPackages.tflearn: remove maintainer, fixes eval

(cherry picked from commit 9fc37cc89c)
This commit is contained in:
Frederik Rietdijk 2016-08-14 10:42:40 +02:00 committed by Robin Gloster
parent 433670eb3f
commit 4e8775fd17

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 ];