benedekrozemberczki / pytorch_geometric_temporal

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

Remove pandas requirement #277

Open erfanloghmani opened 3 months ago

erfanloghmani commented 3 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.