mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
python312Packages.llama-index-indices-managed-llama-cloud: 0.6.11 -> 0.7.1
This commit is contained in:
parent
5c3103f62c
commit
9ecc8f7733
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
poetry-core,
|
hatchling,
|
||||||
llama-cloud,
|
llama-cloud,
|
||||||
llama-index-core,
|
llama-index-core,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-index-indices-managed-llama-cloud";
|
pname = "llama-index-indices-managed-llama-cloud";
|
||||||
version = "0.6.11";
|
version = "0.7.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -18,10 +18,10 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "llama_index_indices_managed_llama_cloud";
|
pname = "llama_index_indices_managed_llama_cloud";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8=";
|
hash = "sha256-+GtifVEN1PvlFEdzTxmBG9ipVcQtUx8jeoVpi50eQUA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ hatchling ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
llama-cloud
|
llama-cloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue