mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
python3Packages.scikit-learn: 1.1.2 -> 1.1.3
vcunat's comments: somehow this fixes python39Packages.scikit-learn and the release is bugfix-only so let me move it forward: https://github.com/scikit-learn/scikit-learn/releases/tag/1.1.3 https://hydra.nixos.org/log/bgfiivrlx2ddp61h7k2mwg5nmc19brnp-python3.9-scikit-learn-1.1.2.drv
This commit is contained in:
parent
3d64cd31a2
commit
d9a7fcb2ee
@ -19,12 +19,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scikit-learn";
|
||||
version = "1.1.2";
|
||||
version = "1.1.3";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-fCLRMFsW8I1XdRpOo2Bx4iFe+0wJy3kYP6pOjoKj2/g=";
|
||||
sha256 = "sha256-vvUZeKUewZl3cA/nuGrs6knIJYhPOBF1a3SjsVK7TjU=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user