guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 011f150726395c0d40adedc94f2102a526cccf9b
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jun 3 07:31:04 2025 -0300

    gnu: python-cmaes: Update to 0.11.1.
    
    * gnu/packages/machine-learning.scm (python-cmaes): Update to 0.11.1.
    [native-inputs]: Remove python-hypothesis. Add python-pytest.
    
    Change-Id: I0de72674fe09e318aef5cb5d4cd006b156902189
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index bd090d63b1..a674b4ba02 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2502,7 +2502,7 @@ and a few related numerical optimization tools.")
 (define-public python-cmaes
   (package
     (name "python-cmaes")
-    (version "0.10.0")
+    (version "0.11.1")
     (source
      (origin
        (method git-fetch) ;no tests in PyPI
@@ -2510,10 +2510,10 @@ and a few related numerical optimization tools.")
              (url "https://github.com/CyberAgentAILab/cmaes";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "17bk60mhkglz6s7wz6xcyhw1h4mvghc1iid0805dra7jdyafwrfn"))
+        (base32 "1xh7cwcz38g7qk9y4668bxv4qc33wwv6q0gkql6d0dzwv59s0q5v"))
        (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-hypothesis python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (propagated-inputs (list python-numpy))
     (home-page "https://github.com/CyberAgentAILab/cmaes";)
     (synopsis "CMA-ES implementation for Python")

Reply via email to