python313Packages.llama-index-readers-file: 0.4.9 -> 0.4.11
This commit is contained in:
parent
dd8326a331
commit
d00c089417
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
beautifulsoup4,
|
||||
buildPythonPackage,
|
||||
defusedxml,
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
llama-index-core,
|
||||
@ -13,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-readers-file";
|
||||
version = "0.4.9";
|
||||
version = "0.4.11";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "llama_index_readers_file";
|
||||
inherit version;
|
||||
hash = "sha256-twX9QqKHWvA9NDxmsoE4RxgAzROmfvzEiuKYOznYFsc=";
|
||||
hash = "sha256-GyHLZteN1fYOhxZgfZpHzNgbs5EG1FlmW+HKd5npWXs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
beautifulsoup4
|
||||
defusedxml
|
||||
llama-index-core
|
||||
pymupdf
|
||||
pypdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user