21 buildPythonPackage rec {
27 inherit pname version;
28 sha256 = "48b73ec53ce0ff2c2e3e05f3cfcf93527c1525a8d3e9dd4ae317b4219c37f0ea";
31 buildInputs = [ cython ];
32 checkInputs = [ coverage ];
33 propagatedBuildInputs = [ lockfile cachecontrol decorator ipython matplotlib natsort numpy pandas scipy hdmedians scikitlearn ];
35 # cython package not included for tests
39 ${python.interpreter} -m skbio.test
42 pythonImportsCheck = [ "skbio" ];
45 homepage = "http://scikit-bio.org/";
46 description = "Data structures, algorithms and educational resources for bioinformatics";
47 license = licenses.bsd3;
48 maintainers = [ maintainers.costrouc ];