python312Packages.llama-index-core: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 09:08:37 +02:00
parent 389825b693
commit e5476f2ea6
1 changed files with 31 additions and 34 deletions

View File

@ -1,31 +1,32 @@
{ lib
, aiohttp
, buildPythonPackage
, dataclasses-json
, deprecated
, dirtyjson
, fetchFromGitHub
, fsspec
, llamaindex-py-client
, nest-asyncio
, networkx
, nltk
, numpy
, openai
, pandas
, pillow
, poetry-core
, pytest-asyncio
, pytest-mock
, pytestCheckHook
, pythonOlder
, pyyaml
, requests
, tree-sitter
, sqlalchemy
, tenacity
, tiktoken
, typing-inspect
{
lib,
aiohttp,
buildPythonPackage,
dataclasses-json,
deprecated,
dirtyjson,
fetchFromGitHub,
fsspec,
llamaindex-py-client,
nest-asyncio,
networkx,
nltk,
numpy,
openai,
pandas,
pillow,
poetry-core,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
pyyaml,
requests,
tree-sitter,
sqlalchemy,
tenacity,
tiktoken,
typing-inspect,
}:
buildPythonPackage rec {
@ -44,9 +45,7 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/${pname}";
nativeBuildInputs = [
poetry-core
];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
aiohttp
@ -77,9 +76,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"llama_index"
];
pythonImportsCheck = [ "llama_index" ];
disabledTestPaths = [
# Tests require network access