mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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-tests,
|
||||
numpy,
|
||||
poetry-core,
|
||||
pdm-backend,
|
||||
pytestCheckHook,
|
||||
pytest-asyncio,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-chroma";
|
||||
version = "0.2.0";
|
||||
version = "0.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
tag = "langchain-chroma==${version}";
|
||||
hash = "sha256-9YxWLc8SaxTl7LwbK0FGzl2WtkWJzTHxm3VRYFGB5To=";
|
||||
hash = "sha256-GFDaUA0E25YDHYLwrpsAuOiBWFvHByl61XhwK5NmJbg=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/partners/chroma";
|
||||
|
||||
patches = [ ./001-async-test.patch ];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
pythonRelaxDeps = [ "numpy" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue