We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572bedf commit 3711664Copy full SHA for 3711664
.github/workflows/doc.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build doc
38
shell: bash
39
run: |
40
- pip install multipers sphinxcontrib-bibtex myst-nb sphinx_rtd_theme --only-binary multipers --no-cache-dir --upgrade
+ pip install multipers sphinxcontrib-bibtex myst-nb sphinx_rtd_theme pandas networkx torch --only-binary multipers --no-cache-dir --upgrade
41
cd docs
42
sh build_doc.sh
43
- name: Setup Pages
0 commit comments