benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.61k stars 367 forks source link

Make tqdm an optional dependency #188

Closed jamesmyatt closed 2 years ago

jamesmyatt commented 2 years ago

tqdm is only used in the examples. Better to avoid including it as a mandatory dependency in "install_requires".

codecov-commenter commented 2 years ago

Codecov Report

Merging #188 (489ffc6) into master (f76e06f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          57       57           
  Lines        4989     4989           
=======================================
  Hits         4955     4955           
  Misses         34       34           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more