about summary refs log tree commit diff
path: root/gn/packages/genecup.scm
diff options
context:
space:
mode:
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