Merge remote-tracking branch 'origin/feature/virions_plot' into feature/virions_plot

This commit is contained in:
Andrejh 2021-08-18 09:32:39 +02:00
commit c60f363726
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