Merge pull request #159949 from r-ryantm/auto-update/python3.9-pynndescent

python39Packages.pynndescent: 0.5.5 -> 0.5.6
This commit is contained in:
Fabian Affolter
2022-02-15 12:52:38 +01:00
committed by GitHub
@@ -7,16 +7,19 @@
, scikit-learn
, scipy
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "pynndescent";
version = "0.5.5";
version = "0.5.6";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "7a7df8412b19cfb3596060faf5a8c5d0bf5b3bd504f8efd900fc4e3918c6f882";
hash = "sha256-YfsxiFuqxGnWeTPix8k1tu3rsG7kmOLw+d/JfFnTclw=";
};
propagatedBuildInputs = [
@@ -31,6 +34,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"pynndescent"
];
meta = with lib; {
description = "Nearest Neighbor Descent";
homepage = "https://github.com/lmcinnes/pynndescent";