pythonPackages.tflearn: remove maintainer, fixes eval

-1
-1
pkgs/top-level/python-packages.nix
··· 28880 28880 description = "Deep learning library featuring a higher-level API for TensorFlow"; 28881 28881 homepage = "https://github.com/tflearn/tflearn"; 28882 28882 license = licenses.mit; 28883 - maintainers = with maintainers; [ houqp ]; 28884 28883 }; 28885 28884 28886 28885 propagatedBuildInputs = with self; [ scipy h5py pillow tensorflow ];