updated requirements

This commit is contained in:
Luis Aleixo 2021-08-17 15:51:46 +02:00
parent 0350b1e8e6
commit 68e7c1c13d
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -28,3 +28,6 @@ ignore_missing_imports = True
[mypy-tqdm.*]
ignore_missing_imports = True
[mypy-pandas.*]
ignore_missing_imports = True