Skip to content

Improved install

Daniel Thomas Murnane requested to merge dmurnane_fix_requirements_file into dev

Tweaks three simple things:

  1. 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
  2. Updates setup.py to have the same tag version as the repo
  3. Uses lightning version in check_acorn.py rather than pytorch_lightning version
Edited by Daniel Thomas Murnane

Merge request reports

Loading