guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 496a089a11367dcb660961cfc46de01ec9d624c2
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Wed Aug 6 11:16:26 2025 +0200

    gnu: Remove python-keras-applications.
    
    * gnu/packages/machine-learning.scm (python-keras-applications): Delete
    variable.
    
    Fixes: guix/guix#1044
    Change-Id: I660badf1115ef3480594f2d8e8b8ec441114050e
---
 gnu/packages/machine-learning.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index d35a8e366a..2b6955b406 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4104,32 +4104,6 @@ any function).  It currently contains the interface and 
IO code from the Shap
 project, and it will potentially also do the same for the Lime project.")
     (license license:expat)))
 
-(define-public python-keras-applications
-  (package
-    (name "python-keras-applications")
-    (version "1.0.8")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "Keras_Applications" version))
-       (sha256
-        (base32
-         "1rcz31ca4axa6kzhjx4lwqxbg4wvlljkj8qj9a7p9sfd5fhzjyam"))))
-    (build-system python-build-system)
-    ;; The tests require Keras, but this package is needed to build Keras.
-    (arguments '(#:tests? #f))
-    (propagated-inputs
-     (list python-h5py python-numpy))
-    (native-inputs
-     (list python-pytest python-pytest-cov
-           python-pytest-xdist))
-    (home-page "https://github.com/keras-team/keras-applications";)
-    (synopsis "Reference implementations of popular deep learning models")
-    (description
-     "This package provides reference implementations of popular deep learning
-models for use with the Keras deep learning framework.")
-    (license license:expat)))
-
 (define-public gloo
   (let ((version "0.0.0")                         ; no proper version tag
         (commit "81925d1c674c34f0dc34dd9a0f2151c1b6f701eb")

Reply via email to