Fixed problem with `tqdm_notebook`:
* Proper import of `tqdm.notebook.tqdm_notebook` * Fixed `tqdm_version in requirements Fixed problem with `None` object for `tqdm` progressbar in notebook.
... | ... | @@ -4,4 +4,4 @@ numpy == 1.16.4 |
pandas == 0.24.2 | ||
scipy == 1.0.0 | ||
setuptools == 20.7.0 | ||
tqdm == 4.19.6 | ||
tqdm == 4.45.0 |
Please register or sign in to comment