From 1f7f3fec895abcb8c7287a8c6d13f88f55b2d086 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Thu, 11 Apr 2024 10:54:27 -0400 Subject: [PATCH] - fixed dependencies; --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2d3458..a0a7eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "aiolimiter", "tqdm", "llm_utils", - "slipcover>=1.0.3", + "slipcover>=1.0.6", + "pytest-forked", "litellm>=1.33.1" ]