From efcafb0b67e7a726787dba55f296684a67df57a2 Mon Sep 17 00:00:00 2001 From: Don Setiawan Date: Tue, 11 Jun 2024 15:05:24 -0700 Subject: [PATCH] chore(deps): Pin langchain to 0.2.1 to avoid warnings (#33) --- tutorial-scipy-2024/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial-scipy-2024/environment.yml b/tutorial-scipy-2024/environment.yml index 0dc1d50..fcdc46c 100644 --- a/tutorial-scipy-2024/environment.yml +++ b/tutorial-scipy-2024/environment.yml @@ -8,8 +8,8 @@ dependencies: - ipywidgets - jupyterlab - jupyter-server-proxy - - langchain>=0.2.3 - - langchain-community>=0.2.3 + - langchain==0.2.1 + - langchain-community==0.2.1 - libopenblas - nltk - tqdm