python312Packages.llama-index-embeddings-gemini: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-07 10:49:28 +02:00
parent dd7ae1935d
commit b77c03e09c
1 changed files with 12 additions and 15 deletions

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-generativeai
, llama-index-core
, poetry-core
, pytestCheckHook
, pythonRelaxDepsHook
, pythonOlder
{
lib,
buildPythonPackage,
fetchPypi,
google-generativeai,
llama-index-core,
poetry-core,
pytestCheckHook,
pythonRelaxDepsHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -22,9 +23,7 @@ buildPythonPackage rec {
hash = "sha256-HYwYA67/7gDxE7ZxQkkyblgwE83gZXuDmUuseXujr5g=";
};
pythonRelaxDeps = [
"google-generativeai"
];
pythonRelaxDeps = [ "google-generativeai" ];
build-system = [
poetry-core
@ -39,9 +38,7 @@ buildPythonPackage rec {
# Tests are only available in the mono repo
doCheck = false;
pythonImportsCheck = [
"llama_index.embeddings.gemini"
];
pythonImportsCheck = [ "llama_index.embeddings.gemini" ];
meta = with lib; {
description = "LlamaIndex Llms Integration for Gemini";