diff options
author | Frederick Muriuki Muriithi | 2025-10-02 10:59:30 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-10-06 11:30:09 -0500 |
commit | 94ea648a9a038684acfc23b7979196eddf9ec49f (patch) | |
tree | e269b484ddad9cfe2a020eb78692d0b1d0d88900 /gn/packages/genecup.scm | |
parent | 4285e3a42e7dfb44fdade702c7adc7efb1169770 (diff) | |
download | guix-bioinformatics-94ea648a9a038684acfc23b7979196eddf9ec49f.tar.gz |
Replace tensorflow with tensorflow-lite.
The package `tensorflow` no longer exists on mainline guix, and it seems to have been replaced by `tensorflow-lite`. This commit updates the packages with `tensorflow` as a dependency to instead depend on `tensorflow-lite`.
Diffstat (limited to 'gn/packages/genecup.scm')
-rw-r--r-- | gn/packages/genecup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genecup.scm b/gn/packages/genecup.scm index d761826..88e0879 100644 --- a/gn/packages/genecup.scm +++ b/gn/packages/genecup.scm @@ -237,7 +237,7 @@ if __name__ == '__main__': ("python-nltk" ,python-nltk) ("python-pandas" ,python-pandas) ("python-regex" ,python-regex) - ("tensorflow" ,tensorflow))) + ("tensorflow" ,tensorflow-lite))) (native-inputs `(("bootstrap" ,web-bootstrap) ("cytoscape" ,javascript-cytoscape-3.17) |