File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed
Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 2424 auto-update-conda : true
2525 auto-activate-base : true
2626 miniconda-version : ' latest'
27- python-version : " 3.12 "
27+ python-version : " 3.13 "
2828 environment-file : environment.yml
2929 activate-environment : quantecon
3030 - name : Install jax (and install checks for GPU)
Original file line number Diff line number Diff line change 2020 auto-update-conda : true
2121 auto-activate-base : true
2222 miniconda-version : ' latest'
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 environment-file : environment.yml
2525 activate-environment : quantecon
2626 - name : Install jax (and install checks for GPU)
Original file line number Diff line number Diff line change 2323 auto-update-conda : true
2424 auto-activate-base : true
2525 miniconda-version : ' latest'
26- python-version : " 3.12 "
26+ python-version : " 3.13 "
2727 environment-file : environment.yml
2828 activate-environment : quantecon
2929 - name : Install jax (and install checks for GPU)
Original file line number Diff line number Diff line change @@ -2,21 +2,18 @@ name: quantecon
22channels :
33 - default
44dependencies :
5- - python=3.12
6- - anaconda=2024.10
5+ - python=3.13
6+ - anaconda=2025.06
77 - pip
88 - pip :
9- - jupyter-book==1.0.3
10- - quantecon-book-theme==0.7.6
11- - sphinx-tojupyter==0.3.0
9+ - jupyter-book==1.0.4post1
10+ - quantecon-book-theme==0.8.3
11+ - sphinx-tojupyter==0.3.1
1212 - sphinxext-rediraffe==0.2.7
13- - sphinx-reredirects==0.1.4
1413 - 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
14+ - sphinx-proof==0.2.1
15+ - sphinxcontrib-youtube==1.4.1
1816 - sphinx-togglebutton==0.3.2
19- - kaleido # generating static images support
20- # Docker Requirements
21- - pytz
17+ - sphinx-reredirects==0.1.4
18+
2219
Original file line number Diff line number Diff line change @@ -21,6 +21,19 @@ This table contains the latest execution statistics.
2121These lectures are built on ` linux ` instances through ` github actions ` that has
2222access to a ` gpu ` . These lectures make use of the nvidia ` T4 ` card.
2323
24+ These lectures are using the following python version
25+
26+ ``` {code-cell} ipython
27+ !python --version
28+ ```
29+
30+ and the following package versions
31+
32+ ``` {code-cell} ipython
33+ :tags: [hide-output]
34+ !conda list
35+ ```
36+
2437You can check the backend used by JAX using:
2538
2639``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments