all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 69798@debbugs.gnu.org
Subject: [bug#69798] [PATCH] gnu: python-imbalanced-learn: Update to 0.12.0.
Date: Thu, 14 Mar 2024 17:39:28 +0000	[thread overview]
Message-ID: <CH3PR02MB9746B252A726683AF7937F0B90292@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #2: 0001-gnu-python-imbalanced-learn-Update-to-0.12.0.patch --]
[-- Type: application/octet-stream, Size: 1364 bytes --]

From 3e70f521dd6b633a99f010d69d7148544521b0d5 Mon Sep 17 00:00:00 2001
Message-Id: <3e70f521dd6b633a99f010d69d7148544521b0d5.1710437702.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 14 Mar 2024 17:32:55 +0000
Subject: [PATCH] gnu: python-imbalanced-learn: Update to 0.12.0.

* gnu/packages/machine-learning.scm (python-imbalanced-learn): Update to 0.12.0.

Change-Id: Ic58acae2d270cdf01e9da166927fa25e342b94f4
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 5c18a2e9d5..dc58a4dd52 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1872,13 +1872,13 @@ (define-public python-threadpoolctl
 (define-public python-imbalanced-learn
   (package
     (name "python-imbalanced-learn")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "imbalanced-learn" version))
        (sha256
-        (base32 "1p4gdgc8nsq0vjmw4y4d2bp9g0m1c23d0zgrzs90pnz6b24ax0km"))))
+        (base32 "0rf1vhjv3nf7hwgv6cv76xary0wxzkcx99j3kl3rk1h2lfmdkk5r"))))
     (build-system pyproject-build-system)
     (arguments
      (list

base-commit: 7319b4d5286d31a9c6a889e81af72308efdaab41
-- 
2.34.1


                 reply	other threads:[~2024-03-14 17:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH3PR02MB9746B252A726683AF7937F0B90292@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=69798@debbugs.gnu.org \
    --cc=spencer.king@wustl.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.