From 07386086ac83feecd88104214857ba57ad472949 Mon Sep 17 00:00:00 2001 From: Monty Anderson Date: Tue, 26 Nov 2024 10:58:28 +0000 Subject: [PATCH] `README.md`: add `tqdm` + `wandb` to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4548ee..d3e2fe2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Everything is still self-contained, minimal, and hopefully easy to hack. There i Install torch, pil, torchvision ``` -pip install torch torchvision pillow +pip install torch torchvision pillow tqdm wandb ``` Run