Skip to content

Commit 6a10e62

Browse files
committed
MAINT: upgrade to anaconda=2024.10
1 parent 1ead0a6 commit 6a10e62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
preview:
55
runs-on: quantecon-gpu-runner
66
container:
7-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
7+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
88
options: --gpus all
99
steps:
1010
- uses: actions/checkout@v4

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels:
33
- default
44
dependencies:
55
- python=3.12
6-
- anaconda=2024.06
6+
- anaconda=2024.10
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
1010
- docutils==0.17.1
11-
- quantecon-book-theme==0.7.1
11+
- quantecon-book-theme==0.7.2
1212
- sphinx-reredirects==0.1.3
1313
- sphinx-tojupyter==0.3.0
1414
- sphinxext-rediraffe==0.2.7

0 commit comments

Comments
 (0)