File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed 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.8
15+ python-version : 3.9
1616 environment-file : environment.yml
1717 activate-environment : quantecon
1818 - name : Install latex dependencies
Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: quantecon
22channels :
33 - default
44dependencies :
5- - python=3.8
6- - anaconda=2021.11
5+ - python=3.9
6+ - anaconda=2022.05
77 - pip
88 - pip :
9- - jupyter-book==0.12.1
10- - quantecon-book-theme==0.3.0
9+ - jupyter-book==0.12.3
10+ - quantecon-book-theme==0.3.1
1111 - sphinx-tojupyter==0.2.1
1212 - sphinxext-rediraffe==0.2.7
1313 - sphinx-exercise==0.4.0
14- - sphinx-togglebutton
1514 - ghp-import==1.1.0
16- # Temporary Fixes
17- - networkx==2.6.3
15+ - sphinxcontrib-youtube==1.1.0
16+ - sphinx-togglebutton==0.3.1
17+ # Sandpit
18+ - array-to-latex
19+ - PuLP
20+ - cvxpy
21+ - cvxopt
22+ - cylp
23+ - prettytable
You can’t perform that action at this time.
0 commit comments