Skip to content

Commit

Permalink
MAINT: Update quantecon environment (#230)
Browse files Browse the repository at this point in the history
* MAINT: Update quantecon environment

* Update github actions to python=3.9
  • Loading branch information
mmcky authored May 20, 2022
1 parent d16de92 commit 05a3580
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.8
python-version: 3.9
environment-file: environment.yml
activate-environment: quantecon
- name: Install latex dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.8
python-version: 3.9
environment-file: environment.yml
activate-environment: quantecon
- name: Install latex dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8"]
python-version: ["3.9"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.8
python-version: 3.9
environment-file: environment.yml
activate-environment: quantecon
- name: Install latex dependencies
Expand Down
26 changes: 16 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@ name: quantecon
channels:
- default
dependencies:
- python=3.8
- anaconda=2021.11
- python=3.9
- anaconda=2022.05
- pip
- pip:
- jupyter-book==0.12.1
- quantecon-book-theme==0.3.0
- sphinx-tojupyter==0.2.0
- jupyter-book==0.12.3
- quantecon-book-theme==0.3.1
- sphinx-tojupyter==0.2.1
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.2.1
- sphinx-exercise==0.4.0
- ghp-import==1.1.0
- sphinxcontrib-youtube
# Test
- numba==0.55.1

- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
# Sandpit Requirements
- quantecon
- array-to-latex
- PuLP
- cvxpy
- cvxopt
- cylp
- prettytable

0 comments on commit 05a3580

Please sign in to comment.