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:
commit
3e25386709
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue