Loading pkgs/development/python-modules/umap-learn/default.nix +8 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ colorcet, datashader, fetchFromGitHub, setuptools, holoviews, matplotlib, numba, Loading @@ -12,7 +13,6 @@ pandas, pynndescent, pytestCheckHook, pythonOlder, scikit-image, scikit-learn, scipy, Loading @@ -24,19 +24,19 @@ buildPythonPackage rec { pname = "umap-learn"; version = "0.5.6"; format = "setuptools"; disabled = pythonOlder "3.6"; version = "0.5.7"; pyproject = true; src = fetchFromGitHub { owner = "lmcinnes"; repo = "umap"; rev = "refs/tags/release-${version}"; hash = "sha256-fqYl8T53BgCqsquY6RJHqpDFsdZA0Ihja69E/kG3YGU="; hash = "sha256-hPYmRDSeDa4JWGekUVq3CWf5NthHTpMpyuUQ1yIkVAE="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ numba numpy pynndescent Loading Loading @@ -91,6 +91,7 @@ buildPythonPackage rec { meta = with lib; { description = "Uniform Manifold Approximation and Projection"; homepage = "https://github.com/lmcinnes/umap"; changelog = "https://github.com/lmcinnes/umap/releases/tag/release-${version}"; license = licenses.bsd3; maintainers = [ ]; }; Loading Loading
pkgs/development/python-modules/umap-learn/default.nix +8 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ colorcet, datashader, fetchFromGitHub, setuptools, holoviews, matplotlib, numba, Loading @@ -12,7 +13,6 @@ pandas, pynndescent, pytestCheckHook, pythonOlder, scikit-image, scikit-learn, scipy, Loading @@ -24,19 +24,19 @@ buildPythonPackage rec { pname = "umap-learn"; version = "0.5.6"; format = "setuptools"; disabled = pythonOlder "3.6"; version = "0.5.7"; pyproject = true; src = fetchFromGitHub { owner = "lmcinnes"; repo = "umap"; rev = "refs/tags/release-${version}"; hash = "sha256-fqYl8T53BgCqsquY6RJHqpDFsdZA0Ihja69E/kG3YGU="; hash = "sha256-hPYmRDSeDa4JWGekUVq3CWf5NthHTpMpyuUQ1yIkVAE="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ numba numpy pynndescent Loading Loading @@ -91,6 +91,7 @@ buildPythonPackage rec { meta = with lib; { description = "Uniform Manifold Approximation and Projection"; homepage = "https://github.com/lmcinnes/umap"; changelog = "https://github.com/lmcinnes/umap/releases/tag/release-${version}"; license = licenses.bsd3; maintainers = [ ]; }; Loading