Add tqdm to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:23:34 +02:00
commit 9420293fc0
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 19 additions and 1 deletions

View file

@ -36,6 +36,7 @@ scikit-learn = "^0.24.2"
seaborn = "^0.11.1"
statsmodels = "^0.12.2"
tabulate = "^0.8.9"
tqdm = "^4.61.0"
xlrd = "^2.0.1"
[tool.poetry.dev-dependencies]