From 6950c70a5349e26ab2ed27daf831d3026687825d Mon Sep 17 00:00:00 2001 From: Jose Benitez <58047828+josebenitezg@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:39:17 -0500 Subject: [PATCH] fix requirements.txt We need to fix these reqs in order to install libraries properly --- prep-for-a-meeting/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prep-for-a-meeting/requirements.txt b/prep-for-a-meeting/requirements.txt index 34b5df667..e34e650e1 100644 --- a/prep-for-a-meeting/requirements.txt +++ b/prep-for-a-meeting/requirements.txt @@ -1,3 +1,3 @@ langchain-exa==0.0.1 -exa_py=1.0.7 -python-dotenv=1.0.1 +exa_py==1.0.7 +python-dotenv==1.0.1