We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ead0a6 commit 6a10e62Copy full SHA for 6a10e62
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
preview:
5
runs-on: quantecon-gpu-runner
6
container:
7
- image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
+ image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
8
options: --gpus all
9
steps:
10
- uses: actions/checkout@v4
environment.yml
@@ -3,12 +3,12 @@ channels:
3
- default
dependencies:
- python=3.12
- - anaconda=2024.06
+ - anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
11
- - quantecon-book-theme==0.7.1
+ - quantecon-book-theme==0.7.2
12
- sphinx-reredirects==0.1.3
13
- sphinx-tojupyter==0.3.0
14
- sphinxext-rediraffe==0.2.7
0 commit comments