7 oldest-supported-numpy,
21 buildPythonPackage rec {
26 src = fetchFromGitHub {
29 rev = "refs/tags/${version}";
30 hash = "sha256-v8/r52pJpMi34SekPQBf7CqRbs+ZEyPR3WO5RBB7uKg=";
36 oldest-supported-numpy
51 nativeCheckInputs = [ pytestCheckHook ];
53 # only the $out dir contains the built cython extensions, so we run the tests inside there
54 pytestFlagsArray = [ "${placeholder "out"}/${python.sitePackages}/skbio" ];
56 pythonImportsCheck = [ "skbio" ];
59 homepage = "http://scikit-bio.org/";
60 description = "Data structures, algorithms and educational resources for bioinformatics";
61 license = lib.licenses.bsd3;
62 maintainers = with lib.maintainers; [ tomasajt ];