python3Packages.opentsne: 1.0.3 -> 1.0.4 (#456414)

This commit is contained in:
Nick Cao
2025-10-28 20:32:15 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
let
self = buildPythonPackage rec {
pname = "opentsne";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ let
owner = "pavlin-policar";
repo = "openTSNE";
tag = "v${version}";
hash = "sha256-dJM8hv85ST5qGo/oZVr/MgIHGPGpZ+ajaUL7pfSJLAg=";
hash = "sha256-cGnhdGpDiBlTeeveCtnveslDytpNO8vtYkxQQ7FhsuA=";
};
build-system = [