From 4050d3f1cb4918ab27ed16aa52f00f2645f4e4f4 Mon Sep 17 00:00:00 2001 From: Anonymous-submission-repo Date: Sun, 9 Oct 2022 13:18:15 -0400 Subject: [PATCH] update --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 39fa7dc6c..88ecb46c8 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setuptools.setup( ], "test": [ "flake8>=3.8.4", + "thop", "pytest>=6.1.1", "coverage>=5.3", "pre-commit",