Skip to content

Commit 6a8f932

Browse files
authored
ENH: update software stack (#562)
* ENH: update software stack * pin sphinx-reredirects * tmp: remove build cache * Revert "tmp: remove build cache" This reverts commit 78d7391.
1 parent 58ab934 commit 6a8f932

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

environment.yml

+7-15
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@ dependencies:
77
- anaconda=2024.10
88
- pip
99
- pip:
10-
- jupyter-book==0.15.1
11-
- docutils==0.17.1
12-
- quantecon-book-theme==0.7.2
10+
- jupyter-book==1.0.3
11+
- quantecon-book-theme==0.7.6
1312
- sphinx-tojupyter==0.3.0
1413
- sphinxext-rediraffe==0.2.7
15-
- sphinx-exercise==0.4.1
14+
- sphinx-exercise==1.0.1
15+
- ghp-import==2.1.0
16+
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1617
- sphinx-proof==0.2.0
17-
- ghp-import==1.1.0
18-
- sphinxcontrib-youtube==1.1.0
19-
- sphinx-togglebutton==0.3.1
20-
- sphinx_reredirects==0.1.3
21-
# Sandpit Requirements
22-
# - PuLP
23-
# - cvxpy
24-
# - cvxopt
25-
# - cylp
26-
# - array-to-latex
27-
# - prettytable
18+
- sphinx-togglebutton==0.3.2
19+
- sphinx-reredirects==0.1.4 #Version 0.1.5 requires sphinx>=7.1

0 commit comments

Comments
 (0)