From 44644de687585f0106deb565f2edcf6e4ebf3af5 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Sun, 8 Oct 2023 19:16:49 +0200 Subject: [PATCH] added torch dep --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8fb6de5..1f3f3c8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,6 +14,7 @@ jobs: - name: Install dependencies run: | pip install sphinx sphinx_rtd_theme myst_parser + pip install torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu - name: Sphinx build run: | sphinx-apidoc -o source scraibe/