From 68e7c1c13d54ae41cffa377fce9b2a0e952758cf Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 17 Aug 2021 15:51:46 +0200 Subject: [PATCH] updated requirements --- requirements.txt | 1 + setup.cfg | 3 +++ 2 files changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 302de847..f6344e84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,3 +83,4 @@ webencodings==0.5.1 websocket-client==1.1.0 wheel==0.36.2 widgetsnbextension==3.5.1 +pandas==1.3.2 diff --git a/setup.cfg b/setup.cfg index 9b91c884..bbf72e1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,3 +28,6 @@ ignore_missing_imports = True [mypy-tqdm.*] ignore_missing_imports = True + +[mypy-pandas.*] +ignore_missing_imports = True