File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 77 cache :
88 runs-on : quantecon-gpu
99 container :
10- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
10+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
1111 options : --gpus all
1212 steps :
1313 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 preview :
55 runs-on : quantecon-gpu
66 container :
7- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
7+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
88 options : --gpus all
99 steps :
1010 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
99 runs-on : quantecon-gpu
1010 container :
11- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
11+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
1212 options : --gpus all
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change @@ -6,17 +6,16 @@ dependencies:
66 - anaconda=2024.10
77 - pip
88 - pip :
9- - jupyter-book==0.15.1
10- - docutils==0.17.1
11- - quantecon-book-theme==0.7.2
12- - sphinx-reredirects==0.1.3
9+ - jupyter-book==1.0.3
10+ - quantecon-book-theme==0.7.6
1311 - sphinx-tojupyter==0.3.0
1412 - sphinxext-rediraffe==0.2.7
15- - sphinx-exercise==0.4.1
16- - ghp-import==2.1.0
17- - sphinxcontrib-youtube==1.2.0
13+ - sphinx-reredirects==0.1.4
14+ - sphinx-exercise==1.0.1
15+ - sphinx-proof==0.2.0
16+ - ghp-import==1.1.0
17+ - 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.13.0
20- - kaleido
2119 # Docker Requirements
2220 - pytz
21+
You can’t perform that action at this time.
0 commit comments