unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69798] [PATCH] gnu: python-imbalanced-learn: Update to 0.12.0.
@ 2024-03-14 17:39 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-03-14 17:39 UTC (permalink / raw)
  To: 69798

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-14 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 17:39 [bug#69798] [PATCH] gnu: python-imbalanced-learn: Update to 0.12.0 King, Spencer via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).