From df7a6925e635a1484f542364277f785cf82087a7 Mon Sep 17 00:00:00 2001 From: Davide Eynard Date: Tue, 30 Jul 2024 19:18:43 +0100 Subject: [PATCH] Added mistralai dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5e2444d..23a2357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ jobs = [ "langchain_openai==0.1.1", "sentencepiece==0.2.0", "evaluate==0.4.2", + "mistralai==0.4.2", ] test = ["pytest==7.4.3", "pytest-cov==4.1.0"] docs = [