diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-12 10:50:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-12 10:50:01 +0200 |
commit | e3e011a08141058598cc7631aeb52d620a3ccb8c (patch) | |
tree | 1acc6e81364d027a098d2a8b9f7e4fee514bad76 /gnu/packages | |
parent | a070eb7a155835ebdf80ae626ae2e23e052c34fc (diff) | |
download | guix-e3e011a08141058598cc7631aeb52d620a3ccb8c.tar.gz guix-e3e011a08141058598cc7631aeb52d620a3ccb8c.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |