aditya-grover / climate-learn

Source code for ClimateLearn
MIT License
302 stars 49 forks source link

Revert lightning to pytorch-lightning #70

Closed jasonjewik closed 1 year ago

jasonjewik commented 1 year ago

pip install pytorch-lightning has been deprecated and will stop being updated June 2023 according to the PyTorch Lightning installation page: https://pytorch-lightning.readthedocs.io/en/stable/starter/installation.html

However, changing the dependency to lightning currently breaks some imports, so we're switching back for now.