mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytorch-lightning: Fix build.
* gnu/packages/machine-learning.scm (python-pytorch-lightning) [native-inputs]: Add python-setuptools-next. Change-Id: Ie654b8a6193c835e0b1a8f2368817caef3e77f5b
This commit is contained in:
parent
05bc5e1529
commit
c0b0d405fa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue