File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
cache :
8
8
runs-on : ubuntu-latest-gpu
9
9
container :
10
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5 .0-anaconda-2024-06-py311
10
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6 .0-anaconda-2024-06-py312
11
11
options : --gpus all
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
preview :
5
5
runs-on : ubuntu-latest-gpu
6
6
container :
7
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5 .0-anaconda-2024-06-py311
7
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6 .0-anaconda-2024-06-py312
8
8
options : --gpus all
9
9
steps :
10
10
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9
9
runs-on : ubuntu-latest-gpu
10
10
container :
11
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5 .0-anaconda-2024-06-py311
11
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6 .0-anaconda-2024-06-py312
12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.11
5
+ - python=3.12
6
6
- anaconda=2024.06
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
10
- - quantecon-book-theme==0.7.1
10
+ - quantecon-book-theme==0.7.2
11
11
- sphinx-tojupyter==0.3.0
12
12
- sphinxext-rediraffe==0.2.7
13
13
- sphinx-reredirects==0.1.3
You can’t perform that action at this time.
0 commit comments