mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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,
|
fetchPypi,
|
||||||
llama-index-core,
|
llama-index-core,
|
||||||
openai,
|
openai,
|
||||||
poetry-core,
|
hatchling,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-index-llms-openai";
|
pname = "llama-index-llms-openai";
|
||||||
version = "0.3.38";
|
version = "0.3.42";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "llama_index_llms_openai";
|
pname = "llama_index_llms_openai";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-vNHVISv3yUgwGVhxmh3zYb5is3tWIHMuTJzoBLwHi3c=";
|
hash = "sha256-O1yLSwbtod1743ATe215OI+dIcan7d2HK15jNuYYsjU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
pythonRemoveDeps = [
|
||||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
"llama-index-agent-openai"
|
"llama-index-agent-openai"
|
||||||
];
|
];
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ hatchling ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
llama-index-core
|
llama-index-core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue