diff options
| author | Frederick Muriuki Muriithi | 2025-08-11 09:25:27 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-08-11 11:04:45 -0500 |
| commit | d1f56624fc23f31ddf2428d7ee26fc96ba0b66d9 (patch) | |
| tree | ddfe6e229525aa43df87b71f8a75c5edf24d6a45 /gn/packages/genecup.scm | |
| parent | 419ea39d24f15cbebe688c43d5ab666eeab8e540 (diff) | |
| download | guix-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.scm | 16 |
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 |
