mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
a070eb7a15
commit
e3e011a081
1 changed files with 1 additions and 1 deletions
|
@ -3432,7 +3432,7 @@ (define-public python-lightning-cloud
|
||||||
"0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
|
"0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-click
|
(propagated-inputs (list python-click
|
||||||
python-fastapi
|
python-fastapi-for-pytorch-lightning
|
||||||
python-multipart
|
python-multipart
|
||||||
python-pyjwt
|
python-pyjwt
|
||||||
python-requests
|
python-requests
|
||||||
|
|
Loading…
Reference in a new issue