python3Packages.opentsne: 1.0.2 -> 1.0.3 (#438220)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user