summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-06 11:13:51 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-06 11:18:05 +0200
commit6732741a3f4b7b01dcf2f526052074bba2df549a (patch)
tree81238298ad0e24b135c4646931889b701b8509dd
parentcfdc48649a0fe09c7ed48a7033d2305502479bc4 (diff)
gnu: Remove python-keras-preprocessing.
* gnu/packages/machine-learning.scm (python-keras-preprocessing): Delete variable. Change-Id: I8b3d990ba3cd78d88032ec4a697e6250d2f4b4a0
-rw-r--r--gnu/packages/machine-learning.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index b6685347098..d35a8e366a8 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4130,35 +4130,6 @@ project, and it will potentially also do the same for the Lime project.")
models for use with the Keras deep learning framework.")
(license license:expat)))
-(define-public python-keras-preprocessing
- (package
- (name "python-keras-preprocessing")
- (version "1.1.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Keras_Preprocessing" version))
- (sha256
- (base32
- "1r98nm4k1svsqjyaqkfk23i31bl1kcfcyp7094yyj3c43phfp3as"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-numpy python-six))
- (native-inputs
- (list python-pandas
- python-pillow
- python-pytest
- python-pytest-cov
- python-pytest-xdist
- tensorflow))
- (home-page "https://github.com/keras-team/keras-preprocessing/")
- (synopsis "Data preprocessing and augmentation for deep learning models")
- (description
- "Keras Preprocessing is the data preprocessing and data augmentation
-module of the Keras deep learning library. It provides utilities for working
-with image data, text data, and sequence data.")
- (license license:expat)))
-
(define-public gloo
(let ((version "0.0.0") ; no proper version tag
(commit "81925d1c674c34f0dc34dd9a0f2151c1b6f701eb")