gotec / git2net

An Open Source Python package for the extraction of fine-grained and time-stamped co-editing networks from git repositories.
https://git2net.readthedocs.io
GNU Affero General Public License v3.0
53 stars 16 forks source link

tqdm.auto minimum version required #2

Closed verginer closed 5 years ago

verginer commented 5 years ago

git2net uses internally the tqdm.auto function for progress-bars.

The auto method is however not available in version 4.14.0. I do not know the exact version the auto was introduced in a more recent version, but I cant find it. This would be a good case to specify a minimum version.

gotec commented 5 years ago

Hi Luca thanks for letting me know! Upon further research tqdm.auto seems to have been introduced with v4.27.0 (source). I have updated the requirements in git2net v0.9.1 which is now available with pip. Cheers, Christoph