python310Packages.scikit-learn-extra: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm 2023-03-31 00:04:39 +00:00
parent 4c580b0107
commit e256b12d0a

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "scikit-learn-extra";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "scikit-learn-contrib";
repo = pname;
rev = "v${version}";
sha256 = "09v7a9jdycdrlqq349m1gbn8ppzv1bl5g3l72k6ywsx2xb01qw13";
rev = "refs/tags/v${version}";
sha256 = "sha256-dHOwo6NIuhcvIehpuJQ621JEg5O3mnXycAhpTZKaxns=";
};
nativeBuildInputs = [ numpy cython ];