diff --git a/pkgs/development/python-modules/llama-parse/default.nix b/pkgs/development/python-modules/llama-parse/default.nix index 31e4f3cb0e6c..333ccf577131 100644 --- a/pkgs/development/python-modules/llama-parse/default.nix +++ b/pkgs/development/python-modules/llama-parse/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, - llama-index-core, + llama-cloud-services, poetry-core, pythonOlder, }: @@ -22,7 +22,9 @@ buildPythonPackage rec { build-system = [ poetry-core ]; - dependencies = [ llama-index-core ]; + dependencies = [ + llama-cloud-services + ]; pythonImportsCheck = [ "llama_parse" ];