mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python312Packages.llama-index-llms-openai: 0.3.38 -> 0.3.42
This commit is contained in:
parent
d0683bbe1b
commit
84d4827635
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@
|
|||
fetchPypi,
|
||||
llama-index-core,
|
||||
openai,
|
||||
poetry-core,
|
||||
hatchling,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-llms-openai";
|
||||
version = "0.3.38";
|
||||
version = "0.3.42";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
src = fetchPypi {
|
||||
pname = "llama_index_llms_openai";
|
||||
inherit version;
|
||||
hash = "sha256-vNHVISv3yUgwGVhxmh3zYb5is3tWIHMuTJzoBLwHi3c=";
|
||||
hash = "sha256-O1yLSwbtod1743ATe215OI+dIcan7d2HK15jNuYYsjU=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
"llama-index-agent-openai"
|
||||
];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
llama-index-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue