From 97a26664b24d4347ea7ad8eb74199ff38f1dbd9f Mon Sep 17 00:00:00 2001 From: Alexander Nikulin Date: Tue, 13 Aug 2024 16:48:28 +0300 Subject: [PATCH] add tqdm dependency (#34) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a2b5b5..dc11140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,8 @@ baselines = [ "pyrallis>=0.3.1", "distrax>=0.1.4", "optax>=0.1.5", - "orbax>=0.1.9" + "orbax>=0.1.9", + "tqdm>=4.66.4", ]