python310Packages.scikit-bio: 0.5.6 -> 0.5.7
This commit is contained in:
parent
4c3bcf7f4d
commit
ff6e3bbcd8
1 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
, lockfile
|
||||
, cachecontrol
|
||||
, decorator
|
||||
, h5py
|
||||
, ipython
|
||||
, matplotlib
|
||||
, natsort
|
||||
|
@ -19,18 +20,18 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.5.6";
|
||||
version = "0.5.7";
|
||||
pname = "scikit-bio";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "48b73ec53ce0ff2c2e3e05f3cfcf93527c1525a8d3e9dd4ae317b4219c37f0ea";
|
||||
sha256 = "sha256-Y0PKDGIeL8xdHAQsi+MgBmTFMllWqDvqdRzxvMddHak=";
|
||||
};
|
||||
|
||||
buildInputs = [ cython ];
|
||||
nativeBuildInputs = [ cython ];
|
||||
checkInputs = [ coverage ];
|
||||
propagatedBuildInputs = [ lockfile cachecontrol decorator ipython matplotlib natsort numpy pandas scipy hdmedians scikit-learn ];
|
||||
propagatedBuildInputs = [ lockfile cachecontrol decorator ipython matplotlib natsort numpy pandas scipy h5py hdmedians scikit-learn ];
|
||||
|
||||
# cython package not included for tests
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue