20 buildPythonPackage rec {
25 src = fetchFromGitHub {
29 sha256 = "0a90k6i9fkmc9gf250b4fidx2fzd2qrn025l74mjk51fvf23q13a";
32 propagatedBuildInputs = [
55 # tests will be included in next release
59 description = "Topological Data Analysis for humans";
60 homepage = "https://github.com/scikit-tda/scikit-tda";
61 license = licenses.mit;
62 maintainers = [ maintainers.costrouc ];