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:
Sharlatan Hellseher 2025-09-04 21:26:18 +01:00
parent 05bc5e1529
commit c0b0d405fa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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