Commit e58d3c0f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.lama-index: update build-system

parent 86cfd412
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"