gnu: Add python-lightning-cloud.

* gnu/packages/machine-learning.scm (python-lightning-cloud): New variable.
This commit is contained in:
Ricardo Wurmus 2023-05-09 22:58:55 +02:00
parent b6b6e89419
commit 7afddfbfa0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3418,6 +3418,33 @@ (define-public python-pytorch
(define-public python-pytorch-for-r-torch python-pytorch)
(define-public python-lightning-cloud
(package
(name "python-lightning-cloud")
(version "0.5.34")
(source (origin
(method url-fetch)
(uri (pypi-uri "lightning_cloud" version))
(sha256
(base32
"0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-click
python-fastapi
python-multipart
python-pyjwt
python-requests
python-rich
python-six
python-urllib3
python-uvicorn
python-websocket-client))
(home-page "https://lightning.ai")
(synopsis "Lightning Cloud command line client")
(description "This package provides a command line interface for Lightning
AI services.")
(license license:asl2.0)))
;; Keep this in sync with python-pytorch
(define-public python-torchvision
(package