From 1ab3a8959bab93e96e854520817c028e4f083534 Mon Sep 17 00:00:00 2001 From: Kay Liu Date: Sat, 7 Oct 2023 18:11:15 -0500 Subject: [PATCH] upgrade to torch 2.1.0 --- .github/workflows/testing-cron.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-cron.yml b/.github/workflows/testing-cron.yml index ec4b5c07..66696935 100644 --- a/.github/workflows/testing-cron.yml +++ b/.github/workflows/testing-cron.yml @@ -30,7 +30,7 @@ jobs: python -m pip install --upgrade pip pip install torch --index-url https://download.pytorch.org/whl/cpu pip install torch_geometric - pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.0.0+cpu.html + pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.0+cpu.html pip install pytest pip install coverage pip install coveralls diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 53a44147..b0ff18c5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -35,7 +35,7 @@ jobs: python -m pip install --upgrade pip pip install torch --index-url https://download.pytorch.org/whl/cpu pip install torch_geometric - pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.0.0+cpu.html + pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.0+cpu.html pip install pytest pip install coverage pip install coveralls