Skip to content

Commit

Permalink
build: Update minimum required tqdm release to avoid repr crash (#1302)
Browse files Browse the repository at this point in the history
* Update tqdm to require tqdm v4.56 as minimum to get tqdm.__repr__() crash fix
   - c.f. tqdm/tqdm#624
   - Fix was released in tqdm v4.5.6.1, but minimum of v4.56 will pick this up
  • Loading branch information
matthewfeickert authored Feb 9, 2021
1 parent 29410b7 commit 9d56349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python_requires = >=3.6
install_requires =
scipy~=1.4 # requires numpy, which is required by pyhf and tensorflow
click~=7.0 # for console scripts
tqdm~=4.25 # for readxml
tqdm~=4.56 # for readxml
jsonschema~=3.2 # for utils
jsonpatch~=1.23
pyyaml~=5.1 # for parsing CLI equal-delimited options
Expand Down

0 comments on commit 9d56349

Please sign in to comment.