We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940ca73 commit 5581c3fCopy full SHA for 5581c3f
1 file changed
.github/workflows/update-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install pdoc3
+ pip install pdoc3 numpy
29
30
- name: Generate docs
31
0 commit comments