python3Packages.opentsne: 1.0.2 -> 1.0.3 (#438220)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:34:36 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
let
self = buildPythonPackage rec {
pname = "opentsne";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ let
owner = "pavlin-policar";
repo = "openTSNE";
tag = "v${version}";
hash = "sha256-e1YXF9cdguzcEW0KanIHYlZQiUc+FH8IVOaPshAswco=";
hash = "sha256-dJM8hv85ST5qGo/oZVr/MgIHGPGpZ+ajaUL7pfSJLAg=";
};
build-system = [