about summary refs log tree commit diff
path: root/gn/packages/machine-learning.scm
AgeCommit message (Collapse)Author
2026-01-05gn: Add python-pyux.Arun Isaac
python-pyux was removed from Guix upstream.
2025-10-06python2-six: import from (past packages python27)Frederick Muriuki Muriithi
python2-six was deleted on mainline guix and moved to guix-past.
2025-10-06Replace tensorflow with tensorflow-lite.Frederick Muriuki Muriithi
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`.
2025-08-11python-keras-applications: New variableFrederick Muriuki Muriithi
* gn/packages/machine-running.scm: Copy definition of `python-keras-applications` from guix main-line since it is no longer defined there for latest guix.
2025-08-11python-keras-preprocessing: New variableFrederick Muriuki Muriithi
* gn/packages/machine-learning.scm: Copy over `python-keras-preprocessing` from main-line guix since it was removed there.
2025-08-11python-keras-no-tests: New variableFrederick Muriuki Muriithi
* 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)
2023-06-14gn: genecup: Use correct python-h5py.Efraim Flashner
* gn/packages/python.scm (python-h5py-2): New variable. * gn/packages/machine-learning.scm (tensorflow-native): Remove comments. * gn/packages/ratspub.scm (use-corrected-inputs): New procedure. (genecup-with-tensorflow-native, genecup-latest-with-tensorflow-native): Use use-corrected-inputs.
2020-06-16gn: Mark tensorflow-native as non-substitutable.Efraim Flashner
2020-05-31gn: ratspub: Use optimized tensorflow libraryEfraim Flashner