mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
python3Packages.langchain-chroma: 0.2.0 -> 0.2.2
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain-chroma==0.2.0...langchain-chroma==0.2.2 Changelog: https://github.com/langchain-ai/langchain/releases/tag/langchain-chroma==0.2.2
This commit is contained in:
parent
b8b54fc95c
commit
1aba20200a
1 changed files with 4 additions and 4 deletions
|
@ -6,28 +6,28 @@
|
||||||
langchain-core,
|
langchain-core,
|
||||||
langchain-tests,
|
langchain-tests,
|
||||||
numpy,
|
numpy,
|
||||||
poetry-core,
|
pdm-backend,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langchain-chroma";
|
pname = "langchain-chroma";
|
||||||
version = "0.2.0";
|
version = "0.2.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "langchain-ai";
|
owner = "langchain-ai";
|
||||||
repo = "langchain";
|
repo = "langchain";
|
||||||
tag = "langchain-chroma==${version}";
|
tag = "langchain-chroma==${version}";
|
||||||
hash = "sha256-9YxWLc8SaxTl7LwbK0FGzl2WtkWJzTHxm3VRYFGB5To=";
|
hash = "sha256-GFDaUA0E25YDHYLwrpsAuOiBWFvHByl61XhwK5NmJbg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/libs/partners/chroma";
|
sourceRoot = "${src.name}/libs/partners/chroma";
|
||||||
|
|
||||||
patches = [ ./001-async-test.patch ];
|
patches = [ ./001-async-test.patch ];
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ pdm-backend ];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "numpy" ];
|
pythonRelaxDeps = [ "numpy" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue