From f51f076526b60726711b9a5046a66b5ce40af3da Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 12 Aug 2021 16:02:02 +0200 Subject: [PATCH] Add pandas as a required dependency for testing --- utils/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bootstrap.py b/utils/bootstrap.py index e01994a..08c0ae5 100755 --- a/utils/bootstrap.py +++ b/utils/bootstrap.py @@ -63,7 +63,7 @@ dependencies = { } }, } -pip_dependencies = [] +pip_dependencies = ['pandas'] # yapf: enable