python311Packages.llama-index-question-gen-openai: update ordering

This commit is contained in:
Fabian Affolter 2024-03-26 09:43:01 +01:00
parent 58dc39aa87
commit 3e16b87687
1 changed files with 3 additions and 3 deletions

View File

@ -25,15 +25,15 @@ buildPythonPackage rec {
poetry-core
];
# Tests are only available in the mono repo
doCheck = false;
dependencies = [
llama-index-core
llama-index-llms-openai
llama-index-program-openai
];
# Tests are only available in the mono repo
doCheck = false;
pythonImportsCheck = [
"llama_index.question_gen.openai"
];