pythonPackages.tflearn: remove maintainer, fixes eval

Changed files
-1
pkgs
-1
pkgs/top-level/python-packages.nix
···
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 ];