DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.35k stars 125 forks source link

adding requirements file for pytorch lightning ci #127

Closed joglekara closed 2 years ago

joglekara commented 2 years ago

fixes https://github.com/DiffEqML/torchdyn/issues/126#issue-1113606680

test_energy.py call PyTorch Lightning directly and we will use these to get started with the PyTorch Lightning CI here https://github.com/DiffEqML/ecosystem-ci/tree/main .

We need a requirements file to be able to integrate with their request. See the link above for more details.