From edea2578030da2123a0acbef86df42171dc87f4f Mon Sep 17 00:00:00 2001 From: Ivan Hamer <153605438+ihamer-tt@users.noreply.github.com> Date: Thu, 23 May 2024 17:03:46 +0200 Subject: [PATCH] #8367: Add docopt to dev-requirements (#8663) --- tt_metal/python_env/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tt_metal/python_env/requirements-dev.txt b/tt_metal/python_env/requirements-dev.txt index 502be296f77..bfe4a05014f 100644 --- a/tt_metal/python_env/requirements-dev.txt +++ b/tt_metal/python_env/requirements-dev.txt @@ -50,4 +50,5 @@ multiprocess==0.70.14 evaluate==0.4.0 bert-score==0.3.12 fsspec==2023.9.2 # Temporary pin to 2023.9.2: https://github.com/tenstorrent/tt-metal/issues/3314 +docopt==0.6.2 tabulate==0.9.0