guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-lightning-cloud: Use older version of


From: guix-commits
Subject: branch master updated: gnu: python-lightning-cloud: Use older version of fastapi.
Date: Fri, 12 May 2023 04:51:22 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3e011a081 gnu: python-lightning-cloud: Use older version of fastapi.
e3e011a081 is described below

commit e3e011a08141058598cc7631aeb52d620a3ccb8c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 12 10:50:01 2023 +0200

    gnu: python-lightning-cloud: Use older version of fastapi.
    
    The variant of the fastapi package must match that of
    python-pytorch-lightning.
    
    * gnu/packages/machine-learning.scm (python-lightning-cloud)
    [propagated-inputs]: Replace python-fastapi with
    python-fastapi-for-pytorch-lightning.
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 7cd128443e..a5da314688 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3432,7 +3432,7 @@ Note: currently this package does not provide GPU 
support.")
                 "0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-click
-                             python-fastapi
+                             python-fastapi-for-pytorch-lightning
                              python-multipart
                              python-pyjwt
                              python-requests



reply via email to

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