~ruther/guix-local

3bd3a572fd48170df2e1fa82413cf2c95c719e1b — Sharlatan Hellseher 1 year, 5 months ago 5179e70
gnu: python-autograd-gamma: Fix build.

* gnu/packages/machine-learning.scm (python-autograd-gamma)
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I8d537670e50e2fbd571f69c4e20030686fa6e4ea
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +6 -1
@@ 167,7 167,12 @@ representations and sentence classification.")
       (sha256
        (base32 "1i699a9m5ndnj8cwzjjf2agb77aawhzrzxfbmn5zrkxridxvnypj"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-autograd python-scipy))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (propagated-inputs
     (list python-autograd
           python-scipy))
    (home-page "https://github.com/CamDavidsonPilon/autograd-gamma")
    (synopsis
     "Autograd-compatible approximations to the gamma family of functions")