Skip to content

Commit 53fc6a5

Browse files
committed
pytorch 2.4.0
Signed-off-by: Christian Henkel <[email protected]>
1 parent 2f00c4f commit 53fc6a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -r requirements.txt
2424
pip install -r planner/mapf_implementations/requirements.txt
2525
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
2727
# - name: Build cobra
2828
# run: |
2929
# cd planner/cobra/external
@@ -67,7 +67,7 @@ jobs:
6767
pip install -r requirements.txt
6868
pip install -r planner/mapf_implementations/requirements.txt
6969
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
7171
- name: Type checking with mypy
7272
run: |
7373
mypy

requirements-torch_cpu.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
moviepy
22

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
44

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

0 commit comments

Comments
 (0)