python312Packages.llama-index-embeddings-google: refactor

This commit is contained in:
Fabian Affolter 2024-04-07 10:51:52 +02:00
parent 7a63b86738
commit ff95a00baa
1 changed files with 3 additions and 0 deletions

View File

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