Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify tqdm >= 4.32.0 #696

Merged
merged 2 commits into from Aug 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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