File tree Expand file tree Collapse file tree 6 files changed +16
-19
lines changed Expand file tree Collapse file tree 6 files changed +16
-19
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 : 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.12 "
15
+ python-version : " 3.13 "
16
16
environment-file : environment.yml
17
17
activate-environment : quantecon
18
18
- name : Install latex dependencies
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
os : ["ubuntu-latest"]
14
- python-version : ["3.12 "]
14
+ python-version : ["3.13 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
53
53
fail-fast : false
54
54
matrix :
55
55
os : ["macos-latest"]
56
- python-version : ["3.12 "]
56
+ python-version : ["3.13 "]
57
57
steps :
58
58
- name : Checkout
59
59
uses : actions/checkout@v4
85
85
# fail-fast: false
86
86
# matrix:
87
87
# os: ["windows-latest"]
88
- # python-version: ["3.11 "]
88
+ # python-version: ["3.13 "]
89
89
# steps:
90
90
# - name: Checkout
91
91
# uses: actions/checkout@v2
Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
os : ["ubuntu-latest"]
13
- python-version : ["3.12 "]
13
+ python-version : ["3.13 "]
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
20
20
auto-update-conda : true
21
21
auto-activate-base : true
22
22
miniconda-version : ' latest'
23
- python-version : " 3.12 "
23
+ python-version : " 3.13 "
24
24
environment-file : environment.yml
25
25
activate-environment : quantecon
26
26
- name : Download "build" folder (cache)
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 @@ -2,20 +2,17 @@ name: quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.12
6
- - anaconda=2024.10
5
+ - python=3.13
6
+ - anaconda=2025.06
7
7
- pip
8
8
- 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
12
12
- sphinxext-rediraffe==0.2.7
13
- - sphinx-reredirects==0.1.4
14
13
- 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
+ - sphinxcontrib-youtube==1.4.1
18
15
- sphinx-togglebutton==0.3.2
19
- # Docker Requirements
20
- - pytz
16
+ - sphinx-reredirects==0.1.4
17
+
21
18
You can’t perform that action at this time.
0 commit comments