rusty1s / pytorch_scatter

PyTorch Extension Library of Optimized Scatter Operations
https://pytorch-scatter.readthedocs.io
MIT License
1.5k stars 178 forks source link

missing macos arm wheels for pytorch 2.2 #422

Open kleinhenz opened 4 months ago

kleinhenz commented 4 months ago

The pytorch 2.1 wheels include universal2 wheels which work on arm macs while the pytorch 2.2 wheels only include x86_64.

rusty1s commented 4 months ago

That's strange. We increased the mac OS version we use to build the wheels which might explain this. I am very confused the universal builds work with ARM at all.