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.9
18
+ python-version : " 3.10 "
19
19
environment-file : environment.yml
20
20
activate-environment : quantecon
21
21
# - name: Install latex dependencies
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.9
15
+ python-version : " 3.10 "
16
16
environment-file : environment.yml
17
17
activate-environment : quantecon
18
18
- name : Graphics Support
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.9
19
+ python-version : " 3.10 "
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 @@ -2,8 +2,8 @@ name: quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.9
6
- - anaconda=2022.10
5
+ - python=3.10
6
+ - anaconda=2023.03
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
You can’t perform that action at this time.
0 commit comments