From 8866aa7a752d996eec6d88838ca919189540168f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 18 Aug 2024 12:08:53 -0700 Subject: [PATCH] this was getting installed from panda --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 73167c50f4..c6496e287c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "numpy", "Cython", "crcmod", + "tqdm", "pandacan@git+https://github.com/commaai/panda.git@master", ]