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

Pinned dependencies #183

Closed jamesmyatt closed 2 years ago

jamesmyatt commented 2 years ago

Out of interest, why are the following dependencies pinned? Could they be updated or at least a comment added?

    "decorator==4.4.2",
    "pandas<=1.3.5",

In fact, I think there are lots of dependencies in install_requires that might be dependencies of dependencies. Can they be removed? https://github.com/benedekrozemberczki/pytorch_geometric_temporal/blob/master/setup.py#L3

jamesmyatt commented 2 years ago

Completed?

jamesmyatt commented 11 months ago

@benedekrozemberczki Can you reopen this, please? pandas 1.3.5 is nearly 2 years old. Can it be updated?