guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: Add python-lightning-cloud.


From: guix-commits
Subject: 05/09: gnu: Add python-lightning-cloud.
Date: Wed, 10 May 2023 02:40:03 -0400 (EDT)

rekado pushed a commit to branch wip-pytorch-lightning
in repository guix.

commit 6380924a35448e23c21890636d9203fb3e06de5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 22:58:55 2023 +0200

    gnu: Add python-lightning-cloud.
    
    * gnu/packages/machine-learning.scm (python-lightning-cloud): New variable.
---
 gnu/packages/machine-learning.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 03fd2e2135..2e135bb068 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3418,6 +3418,33 @@ Note: currently this package does not provide GPU 
support.")
 
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]