about summary refs log tree commit diff
path: root/gn/packages/genecup.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-08-11 09:25:27 -0500
committerFrederick Muriuki Muriithi2025-08-11 11:04:45 -0500
commitd1f56624fc23f31ddf2428d7ee26fc96ba0b66d9 (patch)
treeddfe6e229525aa43df87b71f8a75c5edf24d6a45 /gn/packages/genecup.scm
parent419ea39d24f15cbebe688c43d5ab666eeab8e540 (diff)
downloadguix-bioinformatics-d1f56624fc23f31ddf2428d7ee26fc96ba0b66d9.tar.gz
python-keras-no-tests: New variable
* gn/packages/machine-running.scm: Redefine `python-keras-no-tests` since the
  mainline `python-keras` has been removed.
* gn/packages/genecup.scm: Remove `python-keras-no-tests`
  definition. Import package instead from (gn packages
  machine-learning)
Diffstat (limited to 'gn/packages/genecup.scm')
-rw-r--r--gn/packages/genecup.scm16
1 files changed, 2 insertions, 14 deletions
diff --git a/gn/packages/genecup.scm b/gn/packages/genecup.scm
index 868bfff..d761826 100644
--- a/gn/packages/genecup.scm
+++ b/gn/packages/genecup.scm
@@ -20,7 +20,8 @@
   #:use-module (gn packages javascript)
   #:use-module (gn packages machine-learning)
   #:use-module (gn packages python)
-  #:use-module (gn packages web))
+  #:use-module (gn packages web)
+  #:use-module (gn packages machine-learning))
 
 (define use-corrected-inputs
   (package-input-rewriting/spec
@@ -29,19 +30,6 @@
     `(("tensorflow" . ,(const tensorflow-native))
       ("python-h5py" . ,(const python-h5py-2)))))
 
-(define-public python-keras-no-tests
-  (hidden-package
-    (package
-      (inherit python-keras)
-      (source
-        (origin
-          (inherit (package-source python-keras))))
-      (arguments
-       (substitute-keyword-arguments (package-arguments python-keras)
-         ((#:phases phases)
-          `(modify-phases ,phases
-             (delete 'check))))))))
-
 
 (define-public hrdp-project
   (package