python3Packages.scikit-learn: 1.8.0 -> 1.9.0

https://scikit-learn.org/stable/whats_new/v1.9.html#version-1-9-0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:55 +02:00
parent f448359a18
commit 6f8000896b

View File

@@ -25,13 +25,13 @@ buildPythonPackage rec {
__structuredAttrs = true;
pname = "scikit-learn";
version = "1.8.0";
version = "1.9.0";
pyproject = true;
src = fetchPypi {
pname = "scikit_learn";
inherit version;
hash = "sha256-m8y7O0Dj3hA1H49QaOEF0PQIOxpl+ge2Y0+8QBpih/0=";
hash = "sha256-iDMmaYnTpREBeKn64weDZ1Rgck0OHvsTsUkB0sZgxVc=";
};
postPatch = ''