8 oldest-supported-numpy,
25 buildPythonPackage rec {
30 src = fetchFromGitHub {
33 rev = "refs/tags/${version}";
34 hash = "sha256-1L3AemXVqfgBDlRZorG7+8qt3f1Bm8L+Se+OwqEWwI4=";
40 oldest-supported-numpy
56 nativeCheckInputs = [ pytestCheckHook ];
58 # only the $out dir contains the built cython extensions, so we run the tests inside there
59 pytestFlagsArray = [ "${placeholder "out"}/${python.sitePackages}/skbio" ];
62 # don't know why, but this segfaults
63 "${placeholder "out"}/${python.sitePackages}/skbio/metadata/tests/test_intersection.py"
66 pythonImportsCheck = [ "skbio" ];
69 homepage = "http://scikit-bio.org/";
70 description = "Data structures, algorithms and educational resources for bioinformatics";
71 license = lib.licenses.bsd3;
72 maintainers = with lib.maintainers; [ tomasajt ];