Skip to content

Commit 05a3580

Browse files
authored
MAINT: Update quantecon environment (#230)
* MAINT: Update quantecon environment * Update github actions to python=3.9
1 parent d16de92 commit 05a3580

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
auto-update-conda: true
1616
auto-activate-base: true
1717
miniconda-version: 'latest'
18-
python-version: 3.8
18+
python-version: 3.9
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
- name: Install latex dependencies

.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

.github/workflows/execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ["ubuntu-latest"]
14-
python-version: ["3.8"]
14+
python-version: ["3.9"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
auto-update-conda: true
1717
auto-activate-base: true
1818
miniconda-version: 'latest'
19-
python-version: 3.8
19+
python-version: 3.9
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
- name: Install latex dependencies

environment.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@ 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
11-
- sphinx-tojupyter==0.2.0
9+
- jupyter-book==0.12.3
10+
- quantecon-book-theme==0.3.1
11+
- sphinx-tojupyter==0.2.1
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-exercise==0.2.1
13+
- sphinx-exercise==0.4.0
1414
- ghp-import==1.1.0
15-
- sphinxcontrib-youtube
16-
# Test
17-
- numba==0.55.1
18-
15+
- sphinxcontrib-youtube==1.1.0
16+
- sphinx-togglebutton==0.3.1
17+
# Sandpit Requirements
18+
- quantecon
19+
- array-to-latex
20+
- PuLP
21+
- cvxpy
22+
- cvxopt
23+
- cylp
24+
- prettytable

0 commit comments

Comments
 (0)