rusty1s / pytorch_scatter

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

Create pyproject.toml #441

Closed albapa closed 1 month ago

albapa commented 1 month ago

This appears to be the same installation problem as here https://github.com/rusty1s/pytorch_cluster/pull/208 with the same solution.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.23%. Comparing base (140d3ad) to head (b16ffa7). Report is 4 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #441 +/- ## ======================================= Coverage 97.23% 97.23% ======================================= Files 10 10 Lines 217 217 ======================================= Hits 211 211 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rusty1s commented 1 month ago

Thank you.