From 4c2237cba3983f479c60b0099d49e99817442d20 Mon Sep 17 00:00:00 2001 From: Ernst Roell Date: Mon, 1 Jul 2024 14:38:40 +0200 Subject: [PATCH] running out of things to say --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3b6e7b1..9e24c4b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,8 +26,8 @@ jobs: # ADJUST THIS: install all dependencies (including pdoc) - name: Install dependencies run: | - pip install torch==2.1.0 - pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cpu.html + pip install torch==2.2.0 + pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.0+cpu.html pip install -e . # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.