Loading pkgs/development/python-modules/llama-parse/default.nix +12 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , llama-index-core , poetry-core , pythonOlder { lib, buildPythonPackage, fetchPypi, llama-index-core, poetry-core, pythonOlder, }: buildPythonPackage rec { pname = "llama-parse"; version = "0.4.2"; version = "0.4.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -16,20 +17,14 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_parse"; inherit version; hash = "sha256-+gTAlzCxAhVfZQXenPkZmMhtM0WB8PEll8XrR8pduFk="; hash = "sha256-AYNhR7UjiHOySn3UHFq5QrAbCbktdVcPMM8oYcCEoOs="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ llama-index-core ]; dependencies = [ llama-index-core ]; pythonImportsCheck = [ "llama_parse" ]; pythonImportsCheck = [ "llama_parse" ]; meta = with lib; { description = "Parse files into RAG-Optimized formats"; Loading Loading
pkgs/development/python-modules/llama-parse/default.nix +12 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , llama-index-core , poetry-core , pythonOlder { lib, buildPythonPackage, fetchPypi, llama-index-core, poetry-core, pythonOlder, }: buildPythonPackage rec { pname = "llama-parse"; version = "0.4.2"; version = "0.4.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -16,20 +17,14 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_parse"; inherit version; hash = "sha256-+gTAlzCxAhVfZQXenPkZmMhtM0WB8PEll8XrR8pduFk="; hash = "sha256-AYNhR7UjiHOySn3UHFq5QrAbCbktdVcPMM8oYcCEoOs="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ llama-index-core ]; dependencies = [ llama-index-core ]; pythonImportsCheck = [ "llama_parse" ]; pythonImportsCheck = [ "llama_parse" ]; meta = with lib; { description = "Parse files into RAG-Optimized formats"; Loading