Loading pkgs/development/python-modules/opentsne/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -4,38 +4,35 @@ fetchFromGitHub, cython, numpy, oldest-supported-numpy, scipy, scikit-learn, pytestCheckHook, pythonOlder, setuptools, wheel, }: let self = buildPythonPackage rec { pname = "opentsne"; version = "1.0.1"; version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pavlin-policar"; repo = "openTSNE"; rev = "refs/tags/v${version}"; hash = "sha256-UTfEjjNz1mm5fhyTw9GRlMNURwWlr6kLMjrMngkFV3Y="; hash = "sha256-e1YXF9cdguzcEW0KanIHYlZQiUc+FH8IVOaPshAswco="; }; nativeBuildInputs = [ build-system = [ cython oldest-supported-numpy numpy setuptools wheel ]; propagatedBuildInputs = [ dependencies = [ numpy scipy scikit-learn Loading Loading
pkgs/development/python-modules/opentsne/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -4,38 +4,35 @@ fetchFromGitHub, cython, numpy, oldest-supported-numpy, scipy, scikit-learn, pytestCheckHook, pythonOlder, setuptools, wheel, }: let self = buildPythonPackage rec { pname = "opentsne"; version = "1.0.1"; version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pavlin-policar"; repo = "openTSNE"; rev = "refs/tags/v${version}"; hash = "sha256-UTfEjjNz1mm5fhyTw9GRlMNURwWlr6kLMjrMngkFV3Y="; hash = "sha256-e1YXF9cdguzcEW0KanIHYlZQiUc+FH8IVOaPshAswco="; }; nativeBuildInputs = [ build-system = [ cython oldest-supported-numpy numpy setuptools wheel ]; propagatedBuildInputs = [ dependencies = [ numpy scipy scikit-learn Loading