Skip to content

Commit

Permalink
setup.py: revert tqdm upper limit constraint
Browse files Browse the repository at this point in the history
* As the upstream issue has been fixed in tqdm v4.48.0, remove the upper
  limit constraint.
* Note: cumin will have output issues if used with a tqdm between 4.24.0
  and 4.48.0 excluded.

Change-Id: Ib4b42df5e808125ee93dfac9aa64cd4e81a9f6cf
  • Loading branch information
volans- committed Apr 20, 2021
1 parent a49b3db commit 913a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'pyparsing>=2.2.0,<=2.3',
'pyyaml>=3.13',
'requests>=2.21.0',
'tqdm>=4.19.4,<=4.24.0'
'tqdm>=4.19.4',
]

# Extra dependencies
Expand Down

0 comments on commit 913a3d4

Please sign in to comment.