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

python313Packages.llama-index-core: remove disabled

parent 540fc813
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
  pytest-asyncio,
  pytest-mock,
  pytestCheckHook,
  pythonOlder,
  pyvis,
  pyyaml,
  requests,
@@ -42,8 +41,6 @@ buildPythonPackage rec {
  version = "0.14.12";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_index";