11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-nL/r7+Cl+EPropxr5MhNYB9PQa1N7QSG8biMOwdznBU=";
24 substituteInPlace setup.py \
25 --replace-fail "'nose>=1.0'" ""
41 pythonImportsCheck = [
46 description = "Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk";
47 homepage = "https://github.com/spotify/annoy";
48 changelog = "https://github.com/spotify/annoy/releases/tag/v${version}";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ timokau ];