File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed
Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1717 auto-update-conda : true
1818 auto-activate-base : true
1919 miniconda-version : ' latest'
20- python-version : " 3.12 "
20+ python-version : " 3.13 "
2121 environment-file : environment.yml
2222 activate-environment : quantecon
2323 - name : Install JAX, Numpyro, PyTorch
Original file line number Diff line number Diff line change 1515 auto-update-conda : true
1616 auto-activate-base : true
1717 miniconda-version : ' latest'
18- python-version : " 3.12 "
18+ python-version : " 3.13 "
1919 environment-file : environment.yml
2020 activate-environment : quantecon
2121 - name : Install JAX, Numpyro, PyTorch
Original file line number Diff line number Diff line change 1616 auto-update-conda : true
1717 auto-activate-base : true
1818 miniconda-version : ' latest'
19- python-version : " 3.12 "
19+ python-version : " 3.13 "
2020 environment-file : environment.yml
2121 activate-environment : quantecon
2222 - name : Install JAX, Numpyro, PyTorch
Original file line number Diff line number Diff line change @@ -2,17 +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
17+ - sphinx-reredirects==0.1.4
18+
19+
You can’t perform that action at this time.
0 commit comments