mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove python2-autograd.
* gnu/packages/machine-learning.scm (python2-autograd): Delete variable.
This commit is contained in:
parent
3f48117a8b
commit
9a550ba8c9
1 changed files with 0 additions and 3 deletions
|
@ -1326,9 +1326,6 @@ (define-public python-autograd
|
|||
main intended application of Autograd is gradient-based optimization.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public python2-autograd
|
||||
(package-with-python2 python-autograd))
|
||||
|
||||
(define-public lightgbm
|
||||
(package
|
||||
(name "lightgbm")
|
||||
|
|
Loading…
Reference in a new issue