pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.96k stars 3.61k forks source link

Add typing_extensions support for python 3.7 #9169

Open pdx97 opened 5 months ago

pdx97 commented 5 months ago

🚀 The feature, motivation and pitch

Please Add typing_extensions support for python version 3.7

error_modifiedGCN

Alternatives

No response

Additional context

No response

akihironitta commented 5 months ago

Since many projects already dropped Python 3.7 support as per NEP 29, it may not make sense to have the support back in PyG.

I'd simply recommend using an older version of PyG if you'd like to use Python 3.7.