File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 auto-update-conda : true
1919 auto-activate-base : true
2020 miniconda-version : ' latest'
21- python-version : " 3.11 "
21+ python-version : " 3.12 "
2222 environment-file : environment.yml
2323 activate-environment : quantecon
2424 - name : Install latex dependencies
Original file line number Diff line number Diff line change 1212 auto-update-conda : true
1313 auto-activate-base : true
1414 miniconda-version : ' latest'
15- python-version : " 3.11 "
15+ python-version : " 3.12 "
1616 environment-file : environment.yml
1717 activate-environment : quantecon
1818 - name : Install latex dependencies
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : ["ubuntu-latest"]
14- python-version : ["3.11 "]
14+ python-version : ["3.12 "]
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
5353 fail-fast : false
5454 matrix :
5555 os : ["macos-latest"]
56- python-version : ["3.11 "]
56+ python-version : ["3.12 "]
5757 steps :
5858 - name : Checkout
5959 uses : actions/checkout@v4
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.11 "
26+ python-version : " 3.12 "
2727 environment-file : environment.yml
2828 activate-environment : quantecon
2929 - name : Download "build" folder (cache)
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.11 "
19+ python-version : " 3.12 "
2020 environment-file : environment.yml
2121 activate-environment : quantecon
2222 - name : Install latex dependencies
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: quantecon
22channels :
33 - default
44dependencies :
5- - python=3.11
6- - anaconda=2024.02
5+ - python=3.12
6+ - anaconda=2024.10
77 - pip
88 - pip :
99 - jupyter-book==0.15.1
1010 - docutils==0.17.1
11- - quantecon-book-theme==0.7.1
11+ - quantecon-book-theme==0.7.2
1212 - sphinx-tojupyter==0.3.0
1313 - sphinxext-rediraffe==0.2.7
1414 - sphinx-exercise==0.4.1
You can’t perform that action at this time.
0 commit comments