Skip to content

Commit eb346de

Browse files
authored
MAINT: Updates to environment + harmonised quantecon env (#180)
* MAINT: Updates to environment + harmonised quantecon env * Update python=3.9
1 parent 6a01737 commit eb346de

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

environment.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
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

0 commit comments

Comments
 (0)