python313Packages.llama-index-core: remove disabled

This commit is contained in:
Fabian Affolter
2026-01-04 17:26:59 +01:00
committed by GitHub
parent 540fc81346
commit 920ea3e8ef
@@ -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";