File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
auto-update-conda : true
16
16
auto-activate-base : true
17
17
miniconda-version : ' latest'
18
- python-version : " 3.12 "
18
+ python-version : " 3.13 "
19
19
environment-file : environment.yml
20
20
activate-environment : quantecon
21
21
- name : graphviz Support # TODO: required?
Original file line number Diff line number Diff line change 12
12
auto-update-conda : true
13
13
auto-activate-base : true
14
14
miniconda-version : ' latest'
15
- python-version : " 3.12 "
15
+ python-version : " 3.13 "
16
16
environment-file : environment.yml
17
17
activate-environment : quantecon
18
18
- name : Graphics Support # TODO: Review if graphviz is needed
Original file line number Diff line number Diff line change 16
16
auto-update-conda : true
17
17
auto-activate-base : true
18
18
miniconda-version : ' latest'
19
- python-version : " 3.12 "
19
+ python-version : " 3.13 "
20
20
environment-file : environment.yml
21
21
activate-environment : quantecon
22
22
- name : Install latex dependencies
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ channels:
3
3
- default
4
4
- conda-forge
5
5
dependencies :
6
- - python=3.12
7
- - anaconda=2024.10
6
+ - python=3.13
7
+ - anaconda=2025.06
8
8
- pip
9
9
- pip :
10
10
- jupyter-book==1.0.3
You can’t perform that action at this time.
0 commit comments