From 058d4e373c91c17fa5d7d099e050727873bc3176 Mon Sep 17 00:00:00 2001 From: Pietro Martino Lugato Date: Thu, 17 Oct 2024 12:21:42 -0400 Subject: [PATCH] missing anthropic packages --- environment.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index d194e9a..311a935 100644 --- a/environment.yml +++ b/environment.yml @@ -80,6 +80,7 @@ dependencies: - kiwisolver=1.4.4=py310h6a678d5_0 - lame=3.100=h7f98852_1001 - langchain=0.0.190=pyhd8ed1ab_0 + - langchain-anthropic=0.2.1 - lcms2=2.12=h3be6417_0 - ld_impl_linux-64=2.40=h41732ed_0 - lerc=3.0=h295c915_0 diff --git a/pyproject.toml b/pyproject.toml index fe8c9d9..1233cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "httptools==0.6.0", "humanfriendly==10.0", "langchain==0.0.268", + "langchain-anthropic==0.2.1", "loguru==0.7.2", "lz4==4.3.2", "mistune==3.0.1",