diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 5c9d8efd22fb..3abc057181ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -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";