python312Packages.llama-index-embeddings-gemini: refactor

This commit is contained in:
Fabian Affolter 2024-04-07 10:50:52 +02:00
parent b77c03e09c
commit 5636744679
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ buildPythonPackage rec {
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];