Commit c233951d authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

python312Packages.lama-index: update build-system

(cherry picked from commit e58d3c0f)
parent 60d3b6ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  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"