From 5e54d107b496757f369a957461e9896561074eed Mon Sep 17 00:00:00 2001 From: Sean Friedowitz Date: Tue, 16 Jan 2024 19:41:57 -0800 Subject: [PATCH] backup --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88198fc9..5647b16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ ludwig = ["ludwig==0.9.1"] evaluate = ["lm-eval==0.4.0", "einops"] -test = ["ruff==0.1.4", "pytest==7.4.3", "pytest-cov==4.1.0"] +test = ["ruff==0.1.7", "pytest==7.4.3", "pytest-cov==4.1.0"] -all = ["flamingo[finetune,ludwig,evaluate,test]"] +all = ["flamingo[finetune,evaluate,test]"] [project.scripts] flamingo = "flamingo.cli:main"