15 buildPythonPackage rec {
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-FlP6UqX/Ejk9c3Enm0EJ0xqy7iOhDlFqjWWxd4VIczQ=";
33 propagatedBuildInputs = [
51 # image tests download files over the network
56 description = "A library of Python tools and extensions for data science";
57 homepage = "https://github.com/rasbt/mlxtend";
58 license= licenses.bsd3;
59 maintainers = with maintainers; [ evax ];
60 platforms = platforms.unix;
61 # incompatible with nixpkgs scikit-learn version