guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/93: gnu: python-scikit-opt: Add missing input.


From: guix-commits
Subject: 24/93: gnu: python-scikit-opt: Add missing input.
Date: Sun, 5 May 2024 16:44:49 -0400 (EDT)

rekado pushed a commit to branch wip-python-team
in repository guix.

commit d85a19a29c54cafc87d2d920825592041c5e3f72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 11:28:55 2024 +0200

    gnu: python-scikit-opt: Add missing input.
    
    * gnu/packages/python-science.scm (python-scikit-opt)[propagated-inputs]: 
Add
    python-pytorch.
    
    Change-Id: I037cc43bedeaebb05bf038c0bca72919f8c27c40
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 36d0d46cb7..91f6cb1131 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -480,7 +480,7 @@ logic, also known as grey logic.")
        (sha256
         (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-numpy python-scipy))
+    (propagated-inputs (list python-numpy python-pytorch python-scipy))
     (home-page "https://github.com/guofei9987/scikit-opt";)
     (synopsis "Swarm intelligence algorithms in Python")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]