Merge pull request #223992 from r-ryantm/auto-update/python310Packages.scikit-learn-extra

python310Packages.scikit-learn-extra: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas 2023-04-01 18:06:47 -05:00 committed by GitHub
commit 3e25386709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];