File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
pip install -r requirements.txt
24
24
pip install -r planner/mapf_implementations/requirements.txt
25
25
pip install -r sim/decentralized/requirements.txt
26
- pip install -r requirements-torch_cpu.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -f https://data.pyg.org/whl/torch-1.10 .0+cpu.html
26
+ pip install -r requirements-torch_cpu.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
27
27
# - name: Build cobra
28
28
# run: |
29
29
# cd planner/cobra/external
67
67
pip install -r requirements.txt
68
68
pip install -r planner/mapf_implementations/requirements.txt
69
69
pip install -r sim/decentralized/requirements.txt
70
- pip install -r requirements-torch_cpu.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -f https://data.pyg.org/whl/torch-1.10 .0+cpu.html
70
+ pip install -r requirements-torch_cpu.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
71
71
- name : Type checking with mypy
72
72
run : |
73
73
mypy
Original file line number Diff line number Diff line change 1
1
moviepy
2
2
3
- torch==1.11 .0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
3
+ torch==2.4 .0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
4
4
5
- torch-scatter==2.0.9 -f https://data.pyg.org/whl/torch-1.11 .0+cpu.html
6
- torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.11 .0+cpu.html
7
- # torch-cluster -f https://data.pyg.org/whl/torch-1.11 .0+cpu.html
8
- # torch-spline-conv -f https://data.pyg.org/whl/torch-1.11 .0+cpu.html
9
- torch-geometric==2.2.0 -f https://data.pyg.org/whl/torch-1.11 .0+cpu.html
5
+ torch-scatter==2.1.2 -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
6
+ torch-sparse==0.6.18 -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
7
+ # torch-cluster -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
8
+ # torch-spline-conv -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
9
+ torch-geometric -f https://data.pyg.org/whl/torch-2.4 .0+cpu.html
You can’t perform that action at this time.
0 commit comments