From 6732741a3f4b7b01dcf2f526052074bba2df549a Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 6 Aug 2025 11:13:51 +0200 Subject: gnu: Remove python-keras-preprocessing. * gnu/packages/machine-learning.scm (python-keras-preprocessing): Delete variable. Change-Id: I8b3d990ba3cd78d88032ec4a697e6250d2f4b4a0 --- gnu/packages/machine-learning.scm | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'gnu/packages/machine-learning.scm') 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") -- cgit v1.3