diff --git a/pkgs/development/python-modules/llama-index/default.nix b/pkgs/development/python-modules/llama-index/default.nix index 73cbb09fdcc3..8bba3b0d5704 100644 --- a/pkgs/development/python-modules/llama-index/default.nix +++ b/pkgs/development/python-modules/llama-index/default.nix @@ -1,6 +1,6 @@ { buildPythonPackage, - poetry-core, + hatchling, llama-index-agent-openai, llama-index-cli, llama-index-core, @@ -22,7 +22,7 @@ buildPythonPackage { pyproject = true; - build-system = [ poetry-core ]; + build-system = [ hatchling ]; pythonRelaxDeps = [ "llama-index-core"