graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 86 forks source link

bump requirement files to `torch=2.2` #656

Closed RasmusOrsoe closed 5 months ago

RasmusOrsoe commented 5 months ago

This PR changes the torch version suggested in the requirements/ to 2.2, which was released a few days ago. Without this change, automated workflows will fail.

kayla-leonard commented 4 months ago

When trying to use graphnet after re-installing, I get a segfault because of a version mis-match in the torch gpu requirements. I updated the version to match in the requirements and the issue is resolved. See #664