Skip to content

Commit cbc97a7

Browse files
committed
update collab build software
1 parent 14b1713 commit cbc97a7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/collab.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13-
- name: Install latest arviz
14-
shell: bash -l {0}
15-
run: |
16-
pip install --upgrade arviz
1713
- name: Check nvidia drivers
1814
shell: bash -l {0}
1915
run: |
@@ -36,7 +32,7 @@ jobs:
3632
- name: Install Build Software
3733
shell: bash -l {0}
3834
run: |
39-
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-reredirects sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx-proof
35+
pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
4036
# Build of HTML (Execution Testing)
4137
- name: Build HTML
4238
shell: bash -l {0}

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ dependencies:
1616
- ghp-import==1.1.0
1717
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1818
- sphinx-togglebutton==0.3.2
19-
- arviz

0 commit comments

Comments
 (0)