tzuhanchang / HyPER

Hypergraph for Particle Event Reconstruction
MIT License
3 stars 0 forks source link

Fix the packages to a version we know works forever until we need to update. #50

Closed diegobaronm closed 2 months ago

diegobaronm commented 2 months ago

As the title says...

tzuhanchang commented 2 months ago

pytorch_lightning has removed the support to _TORCH_GREATER_EQUAL_2_0, see this pull request. This raised a issue in HyPER.onnx. @diegobaronm suggests updating environment file with fixed version, preventing similar issues from happening.