mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lightning-cloud: Update to 0.5.70.
* gnu/packages/machine-learning.scm (python-lightning-cloud): Update to 0.5.70. [propagated-inputs]: Add python-boto3 and python-protobuf; replace python-fastapi-for-pytorch-lightning with python-fastapi. Change-Id: I4c93a0120639af230fdaf53703c688ce3012e8e0
This commit is contained in:
parent
43923d2459
commit
102003edfc
1 changed files with 6 additions and 4 deletions
|
@ -5142,18 +5142,20 @@ Neural Networks for a wide range of applications related to structured data.")
|
||||||
(define-public python-lightning-cloud
|
(define-public python-lightning-cloud
|
||||||
(package
|
(package
|
||||||
(name "python-lightning-cloud")
|
(name "python-lightning-cloud")
|
||||||
(version "0.5.34")
|
(version "0.5.70")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lightning_cloud" version))
|
(uri (pypi-uri "lightning_cloud" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
|
"11xx7w7ypyf6bzwz7pbdakap68a1lnsv3icis8wm8magkfglash2"))))
|
||||||
(arguments (list #:tests? #f)) ; no tests in PyPI archive.
|
(arguments (list #:tests? #f)) ; no tests in PyPI archive.
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-click
|
(propagated-inputs (list python-boto3
|
||||||
python-fastapi-for-pytorch-lightning
|
python-click
|
||||||
|
python-fastapi
|
||||||
python-multipart
|
python-multipart
|
||||||
|
python-protobuf
|
||||||
python-pyjwt
|
python-pyjwt
|
||||||
python-requests
|
python-requests
|
||||||
python-rich
|
python-rich
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue