From 8e81bf1a4137816ecfb70c110076fdfc49e4d901 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:00 +0200 Subject: [PATCH] python3Packages.scikit-learn: 1.5.0 -> 1.5.2 https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2 --- pkgs/development/python-modules/scikit-learn/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/scikit-learn/default.nix b/pkgs/development/python-modules/scikit-learn/default.nix index eeba3f116d9d..6766ceca847e 100644 --- a/pkgs/development/python-modules/scikit-learn/default.nix +++ b/pkgs/development/python-modules/scikit-learn/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "scikit-learn"; - version = "1.5.0"; + version = "1.5.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -32,12 +32,12 @@ buildPythonPackage rec { src = fetchPypi { pname = "scikit_learn"; inherit version; - hash = "sha256-eJ49sBx1DtbUlvott9UGN4V7RR5XvK6GO/9wfBJHvvc="; + hash = "sha256-tCN+17P90KSIJ5LmjvJUXVuqUKyju0WqffRoE4rY+U0="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "numpy>=2.0.0rc2" "numpy" + --replace-fail "numpy>=2" "numpy" substituteInPlace meson.build --replace-fail \ "run_command('sklearn/_build_utils/version.py', check: true).stdout().strip()," \