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

commit aa48ca91e47e088d9ac614788377b8952ff70891
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 12:28:31 2025 +0100

    gnu: python-pymanopt: Remove python-flake8-bugbear native-input.
    
    * gnu/packages/machine-learning.scm (python-pymanopt)[native-input]:
    Remove python-flake8-bugbear.
    
    Change-Id: Ib3eca8ce7dabb2ef9da4db0ca9eeeb94308f4805
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/machine-learning.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 8d20c4f610..cbec4304d2 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1522,7 +1522,6 @@ learning.")
                ((",!=1.12\\.\\*") "")))))))
     (propagated-inputs (list python-numpy python-scipy))
     (native-inputs (list python-autograd
-                         python-flake8-bugbear
                          python-matplotlib
                          python-pytest
                          python-pytest-cov

Reply via email to