11 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-3f4hPxywY822mCF3IwooBezX38fM1zAm4Th4q//SzkY=";
26 propagatedBuildInputs = [
32 # Pypi does not include test folder and too complex to compile from GitHub source
33 # will ask upstream to include tests in pypi
36 pythonImportsCheck = [
41 description = "The tree sequence toolkit";
42 mainProgram = "tskit";
43 homepage = "https://github.com/tskit-dev/tskit";
44 license = licenses.mit;
45 maintainers = with maintainers; [ alxsimon ];