python311Packages.scikit-learn: 1.3.2 -> 1.4.0

Fix pytest failure: https://hydra.nixos.org/build/247211840/nixlog/1
See upstream PR 27628 for details.

Changelog: https://scikit-learn.org/stable/whats_new/v1.4.html
This commit is contained in:
Bryan Lai 2024-01-25 12:52:22 +08:00
parent a4b5a14b07
commit 6882fc4950

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "scikit-learn";
version = "1.3.2";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ovVMdqzMFaNL+5Bm5selbB5yNd2ldiuZB5IzC1LM+wU=";
hash = "sha256-1Dc8mE66IOOTIW7dUaPj7t5Wy+k9QkdRbSBWQ8O5MSE=";
};
buildInputs = [