Skip to content

Commit

Permalink
MAINT: Upgrade Julia and Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 19, 2023
1 parent bb2c4e9 commit 39fd713
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .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.11
environment-file: environment.yml
activate-environment: networks
- name: Install latex dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.7.2
version: 1.9
- name: Install IJulia and Setup Project
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.8
python-version: 3.11
environment-file: environment.yml
activate-environment: networks
- name: Install latex dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.7.2
version: 1.9
- name: Install IJulia and Setup Project
shell: bash
run: |
Expand Down
27 changes: 13 additions & 14 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
name: networks
name: quantecon
channels:
- default
dependencies:
- python=3.8
- anaconda=2021.11
- python=3.11
- anaconda=2023.09
- pip
- pip:
- jupyter-book==0.12.1
- quantecon-book-theme==0.3.0
- sphinx-tojupyter==0.2.0
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.6.0
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.2.1
- quantecon
- pandas-datareader
- POT==0.8.1
- plotly
- interpolation
- sphinx-design
- quantecon_book_networks
- sphinx-exercise==0.4.1
- ghp-import==2.1.0
- sphinxcontrib-youtube==1.2.0
- sphinx-togglebutton==0.3.2
- arviz==0.13.0
- kaleido

2 comments on commit 39fd713

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.