Skip to content

Commit

Permalink
Merge branch 'main' into update_geom_series
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Oct 15, 2024
2 parents 06fd373 + 655a9fc commit eb8da1c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 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.11"
python-version: "3.12"
environment-file: environment.yml
activate-environment: quantecon
- name: graphviz Support # TODO: required?
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.11"
python-version: "3.12"
environment-file: environment.yml
activate-environment: quantecon
- name: Graphics Support #TODO: Review if graphviz is needed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: "3.11"
python-version: "3.12"
environment-file: environment.yml
activate-environment: quantecon
- name: Download "build" folder (cache)
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.11"
python-version: "3.12"
environment-file: environment.yml
activate-environment: quantecon
- name: Install latex dependencies
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
- conda-forge
dependencies:
- python=3.11
- python=3.12
- anaconda=2024.06
- pip
- pip:
Expand Down
7 changes: 6 additions & 1 deletion lectures/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ In particular, we sincerely thank and give credit to
- [Aakash Gupta](https://github.com/AakashGfude)
- [Shu Hu](https://github.com/shlff)
- Jiacheng Li
- [Jiarui Zhang](https://github.com/Jiarui-ZH)
- [Smit Lunagariya](https://github.com/Smit-create)
- [Matthew McKay](https://github.com/mmcky)
- [Maanasee Sharma](https://github.com/maanasee)
- [Matthew McKay](https://github.com/mmcky)
- [Margaret Beisenbek](https://github.com/mbek0605)
- [Phoebe Grosser](https://github.com/pgrosser1)
- [Longye Tian](https://github.com/longye-tian)
- [Humphrey Yang](https://github.com/HumphreyYang)
- [Sylvia Zhao](https://github.com/SylviaZhaooo)

We also thank Noritaka Kudoh for encouraging us to start this project and providing thoughtful suggestions.

0 comments on commit eb8da1c

Please sign in to comment.