Merge remote-tracking branch 'origin/feature/virions_plot' into feature/virions_plot
This commit is contained in:
commit
c60f363726
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,3 +28,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-tqdm.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pandas.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue