benedekrozemberczki / pytorch_geometric_temporal

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

Remove pandas requirement #277

Closed erfanloghmani closed 1 month ago

erfanloghmani commented 5 months ago

As pointed out in this issue, pandas don't seem to have been directly used in the repo. In this PR, I'm removing the requirement because having pandas <=1.3.5 causes dependency issues with other packages.