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.master
parent
a070eb7a15
commit
e3e011a081
|
@ -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
|
||||
|
|
Reference in New Issue