File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Install dependencies
2929 run : |
30- python -m pip install --upgrade pip
30+ # Fix pip version < 24.1 due to lightning incomaptibility
31+ python -m pip install pip==23.2.1
3132 pip install -r runner-requirements.txt
3233 pip install pytest
3334 pip install sh
5657
5758 - name : Install dependencies
5859 run : |
59- python -m pip install --upgrade pip
60+ # Fix pip version < 24.1 due to lightning incomaptibility
61+ python -m pip install pip==23.2.1
6062 pip install -r runner-requirements.txt
6163 pip install pytest
6264 pip install pytest-cov[toml]
Original file line number Diff line number Diff line change 88# --------- pytorch --------- #
99torch>=1.11.0,<2.0.0
1010torchvision>=0.11.0
11- pytorch-lightning==1.8.3
11+ pytorch-lightning==1.8.3.post2
1212torchmetrics==0.11.0
1313
1414# --------- hydra --------- #
You can’t perform that action at this time.
0 commit comments