Improved install
Tweaks three simple things:
- Fixes a syntax error in
requirements.txt
which meant that the wheels were being built from scratch for torch-cluster and torch-scatter. Now they are not. Reduces install time from O(30) mins to O(5) mins - Updates
setup.py
to have the same tag version as the repo - Uses
lightning
version incheck_acorn.py
rather thanpytorch_lightning
version
Edited by Daniel Thomas Murnane