Skip to content

Commit b248d59

Browse files
authored
MAINT: Update software stack (#127)
* MAINT: Upgrade software stack * TMP: disable build cache * re-enable cache
1 parent 77f1f0e commit b248d59

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: deploy-runner
2828
runs-on: [self-hosted, cml-gpu]
2929
container:
30-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
30+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
3131
options: --gpus all
3232
steps:
3333
- uses: actions/checkout@v3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: deploy-runner
2525
runs-on: [self-hosted, cml-gpu]
2626
container:
27-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
27+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
2828
options: --gpus all
2929
steps:
3030
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: deploy-runner
2929
runs-on: [self-hosted, cml-gpu]
3030
container:
31-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
31+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
3232
options: --gpus all
3333
steps:
3434
- name: Checkout

environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: lecture-jax
22
channels:
33
- default
44
dependencies:
5-
- python=3.10
6-
- anaconda=2022.10
5+
- python=3.11
6+
- anaconda=2023.09
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
10-
- quantecon-book-theme==0.5.3
10+
- docutils==0.17.1
11+
- quantecon-book-theme==0.6.0
1112
- sphinx-tojupyter==0.3.0
1213
- sphinxext-rediraffe==0.2.7
1314
- sphinx-exercise==0.4.1

0 commit comments

Comments
 (0)