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.