8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "9891e264041d1dcf3af42f67fbb16cb273c5404bc8c869d0915a3087f71d58dd";
17 nativeBuildInputs = [ h5py ];
24 description = "Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk";
25 homepage = "https://github.com/spotify/annoy";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ timokau ];