Skip to content

Commit

Permalink
python311Packages.scikit-learn: 1.3.2 -> 1.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bryango committed Jan 25, 2024
1 parent a4b5a14 commit 6882fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scikit-learn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6882fc4

Please sign in to comment.