Merge pull request #172630 from SuperSandro2000/scikit-bio

python310Packages.scikit-bio: 0.5.6 -> 0.5.7
main
tomberek 2 years ago committed by GitHub
commit 3fb4aa63b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/development/python-modules/scikit-bio/default.nix

@ -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…
Cancel
Save