From c8da999aae6d234e797d293b98af925a75deec8b Mon Sep 17 00:00:00 2001 From: Umar Butler Date: Wed, 12 Jun 2024 19:42:04 +1000 Subject: [PATCH] Adding tqdm as a dependency. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8354252..ff62ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ classifiers = [ ] dependencies = [ "torch", + "tqdm", ] [project.urls]