mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
python312Packages.llama-index-llms-openai-like: 0.3.4 -> 0.3.5
This commit is contained in:
parent
84d4827635
commit
3a1f3deeca
1 changed files with 4 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
|
hatchling,
|
||||||
llama-index-core,
|
llama-index-core,
|
||||||
llama-index-llms-openai,
|
llama-index-llms-openai,
|
||||||
poetry-core,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
transformers,
|
transformers,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-index-llms-openai-like";
|
pname = "llama-index-llms-openai-like";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -19,10 +19,10 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "llama_index_llms_openai_like";
|
pname = "llama_index_llms_openai_like";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-bLjVdNicRrC9oH5/l0e2Qo9wpzNWBpIrQxh9qZ2WdR0=";
|
hash = "sha256-1TId/2bYHYuQCMdvROlcSZFTZDUyrMhZop5xRicvrNk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
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