python3Packages.hyppo: 0.4.0 -> 0.5.0

https://github.com/neurodata/hyppo/releases/tag/v0.5.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:35 +02:00
parent e3187594ef
commit bd4a22ef33
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "hyppo";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "neurodata";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QRE3oSxTEobTQ/7DzCAUOdjzIZmWUn9bgPmJWj6JuZg=";
hash = "sha256-7ZDzmSnieXz6E0x7mOL4109+hyeEQ0AW0Qhc4IwBM18=";
};
# some of the doctests (4/21) are broken, e.g. unbound variables, nondeterministic with insufficient tolerance, etc.