diff --git a/setup.py b/setup.py index ac4bbe1..49371be 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Packages required in 'production' REQUIRED = [ - 'tqdm==4.39.0', + 'tqdm==4.66.3', 'kenlm @ git+ssh://git@github.com/kpu/kenlm@{}#egg=kenlm'.format( KENLM_COMMIT ),