~ruther/guix-local

c0b0d405fa300c52fcf12d6f6626976d58b9ff0d — Sharlatan Hellseher 7 months ago 05bc5e1
gnu: python-pytorch-lightning: Fix build.

* gnu/packages/machine-learning.scm (python-pytorch-lightning)
[native-inputs]: Add python-setuptools-next.

Change-Id: Ie654b8a6193c835e0b1a8f2368817caef3e77f5b
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -1
@@ 5818,7 5818,8 @@ feedback.")
             python-pytest
             python-psutil
             python-requests-mock
             python-scikit-learn))
             python-scikit-learn
             python-setuptools-next))
      (home-page "https://lightning.ai/")
      (synopsis "Deep learning framework to train, deploy, and ship AI products")
      (description