Skip to content

Commit

Permalink
Specify tqdm >= 4.32.0 (#696)
Browse files Browse the repository at this point in the history
815c46b uses tqdm.reset which was added in 4.32.0
  • Loading branch information
CJStadler committed Aug 5, 2019
1 parent 815c46b commit 2d60511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
---------
**Future Release**
* Enhancements
* Give more frequent progress bar updates and update chunk size behavior (:pr:`631`)
* Give more frequent progress bar updates and update chunk size behavior (:pr:`631`, :pr:`696`)
* Added drop_first as param in encode_features (:pr:`647`)
* Generate transform features of direct features (:pr:`623`)
* Added serializing and deserializing from S3 and deserializing from URLs (:pr:`685`)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
numpy>=1.13.3
pandas>=0.23.0
tqdm>=4.19.2
tqdm>=4.32.0
toolz>=0.8.2
pyyaml>=3.12
cloudpickle>=0.4.0
Expand Down

0 comments on commit 2d60511

Please sign in to comment.