Skip to content

Commit

Permalink
Limited install for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoiap committed Jun 19, 2023
1 parent 35057e0 commit b15e7d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r requirements-docs.txt
# Build the book
- name: Build the book
Expand Down
7 changes: 7 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
jupyter-book==0.15.1
Sphinx==5.0.2
docutils==0.17.1
numpy==1.24.3
scipy==1.10.1
matplotlib==3.7.1
ipywidgets==8.0.6

0 comments on commit b15e7d5

Please sign in to comment.