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

update tqdm version specifier in setup.py to excluded 4.18.0 #234

Closed
andy-esch opened this issue Oct 3, 2017 · 0 comments
Closed

update tqdm version specifier in setup.py to excluded 4.18.0 #234

andy-esch opened this issue Oct 3, 2017 · 0 comments

Comments

@andy-esch
Copy link
Contributor

tqdm had some changes that used multiprocessing that required the initializing of an internal lock. Since tqdm is installed as >= 4.14.0 in the setup.py, we should update that to >=4.19 (not yet released on pip) instead.

Ref #227

cc @michellemho

@andy-esch andy-esch changed the title update tqdm to 4.19+ update tqdm version specifier in setup.py to excluded 4.18.0 Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant