mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.langchain: 0.2.9 -> 0.2.14
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain==0.2.9...langchain==0.2.14 Changelog: https://github.com/langchain-ai/langchain/releases/tag/v0.2.14
This commit is contained in:
parent
9813b1c29d
commit
208b7bb36e
1 changed files with 6 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain";
|
||||
version = "0.2.9";
|
||||
version = "0.2.14";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
rev = "refs/tags/langchain==${version}";
|
||||
hash = "sha256-HSr1watEDC28SZTsJWbXGrZsQd0O/wgxmj7pTsxMBOA=";
|
||||
hash = "sha256-dgXcZu7dtmwlXp8dzHSNfbBnK7RWvrSwqYELm1fczzc=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/langchain";
|
||||
|
@ -54,7 +54,6 @@ buildPythonPackage rec {
|
|||
langchain-core
|
||||
langchain-text-splitters
|
||||
langsmith
|
||||
numpy
|
||||
pydantic
|
||||
pyyaml
|
||||
requests
|
||||
|
@ -62,6 +61,10 @@ buildPythonPackage rec {
|
|||
tenacity
|
||||
] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ];
|
||||
|
||||
optional-dependencies = {
|
||||
numpy = [ numpy ];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
freezegun
|
||||
lark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue