Unverified Commit e527f627 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-core: 0.14.8 -> 0.14.12 (#476714)

parents c4c082f3 920ea3e8
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
  pytest-asyncio,
  pytest-mock,
  pytestCheckHook,
  pythonOlder,
  pyvis,
  pyyaml,
  requests,
@@ -39,16 +38,14 @@

buildPythonPackage rec {
  pname = "llama-index-core";
  version = "0.14.8";
  version = "0.14.12";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_index";
    tag = "v${version}";
    hash = "sha256-wjw2XTRK1qjfNzndC7q197rU8PVtD8SI7FR4Skary+E=";
    hash = "sha256-grF9IToAMc3x5/40+u3lHU9RyjROWu1e3M6N1owq0f4=";
  };

  sourceRoot = "${src.name}/${pname}";