From b6b0f2645c2323b635038ee4e1132a50293fd2f6 Mon Sep 17 00:00:00 2001 From: Sam Cox Date: Wed, 8 Nov 2023 12:30:48 -0800 Subject: [PATCH] pinned langchain and openai --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cd3b03..b3ce29f 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,11 @@ "ipython", "rdkit", "synspace", + "openai>=0.27.0", "molbloom", "paper-qa==1.1.1", "google-search-results", - "langchain==0.0.173", + "langchain==0.0.234", "nest_asyncio", "tiktoken", "rmrkl",