gnu: python-lightning-utilities: Adjust inputs.

* gnu/packages/machine-learning.scm (python-lightning-utilities): Adjust
inputs order and add missing.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I479e51f9d24592c3782734619d3556502e542b2c
This commit is contained in:
Sharlatan Hellseher 2024-11-05 13:22:59 +00:00
parent 1a0a18e1c6
commit 032c687cec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5076,9 +5076,14 @@ AI services.")
(base32
"016zikn39apig3y6xyipw34w0w02c73z483radddbf68ivpjgz3r"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-importlib-metadata python-packaging
python-typing-extensions))
(native-inputs (list python-coverage))
(native-inputs
(list python-coverage
python-setuptools
python-wheel))
(propagated-inputs
(list python-importlib-metadata
python-packaging
python-typing-extensions))
(home-page "https://github.com/Lightning-AI/utilities")
(synopsis "PyTorch Lightning sample project")
(description "This package provides common Python utilities and GitHub