Merge pull request #332839 from trofi/pypy27Packages.kserve.dependencies-fix-the-eval

pypy27Packages.kserve.dependencies: fix the eval
This commit is contained in:
Gaétan Lepage 2024-08-07 12:01:30 +02:00 committed by GitHub
commit ad7182fb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ buildPythonPackage rec {
tabulate
timing-asgi
uvicorn
] ++ ray.passthru.optional-dependencies.serve-deps;
] ++ ray.optional-dependencies.serve-deps;
pythonRelaxDeps = [
"fastapi"