From 2525bb1c5ffc4c81f04e7ad73b7149afedc05c15 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Tue, 13 Jun 2023 00:06:30 -0400 Subject: [PATCH] add colorama for req --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd694c2..a8f72ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,5 @@ lion-pytorch compel~=1.1.3 OmegaConf==2.2.3 numpy==1.23.5 -wandb \ No newline at end of file +wandb +colorama