python312Packages.llama-index-embeddings-google: refactor

This commit is contained in:
Fabian Affolter
2024-04-07 10:53:34 +02:00
parent 7a63b86738
commit ff95a00baa
@@ -27,6 +27,9 @@ buildPythonPackage rec {
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];