GitHub

Original file line numberDiff line numberDiff line change

@@ -27,7 +27,7 @@ jobs:

2727

needs: deploy-runner

2828

runs-on: [self-hosted, cml-gpu]

2929

container:

30-

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310

30+

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311

3131

options: --gpus all

3232

steps:

3333

- uses: actions/checkout@v3

Original file line numberDiff line numberDiff line change

@@ -24,7 +24,7 @@ jobs:

2424

needs: deploy-runner

2525

runs-on: [self-hosted, cml-gpu]

2626

container:

27-

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310

27+

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311

2828

options: --gpus all

2929

steps:

3030

- uses: actions/checkout@v3

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.10"]

14+

python-version: ["3.11"]

1515

steps:

1616

- name: Checkout

1717

uses: actions/checkout@v2

@@ -54,7 +54,7 @@ jobs:

5454

fail-fast: false

5555

matrix:

5656

os: ["macos-latest"]

57-

python-version: ["3.10"]

57+

python-version: ["3.11"]

5858

steps:

5959

- name: Checkout

6060

uses: actions/checkout@v2

@@ -86,7 +86,7 @@ jobs:

8686

# fail-fast: false

8787

# matrix:

8888

# os: ["windows-latest"]

89-

# python-version: ["3.10"]

89+

# python-version: ["3.11"]

9090

# steps:

9191

# - name: Checkout

9292

# uses: actions/checkout@v2

Original file line numberDiff line numberDiff line change

@@ -13,7 +13,7 @@ jobs:

1313

fail-fast: false

1414

matrix:

1515

os: ["ubuntu-latest"]

16-

python-version: ["3.10"]

16+

python-version: ["3.11"]

1717

steps:

1818

- name: Checkout

1919

uses: actions/checkout@v2

@@ -23,7 +23,7 @@ jobs:

2323

auto-update-conda: true

2424

auto-activate-base: true

2525

miniconda-version: 'latest'

26-

python-version: '3.10'

26+

python-version: '3.11'

2727

environment-file: environment.yml

2828

activate-environment: quantecon

2929

- name: Download "build" folder (cache)

Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@ jobs:

2828

needs: deploy-runner

2929

runs-on: [self-hosted, cml-gpu]

3030

container:

31-

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310

31+

image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311

3232

options: --gpus all

3333

steps:

3434

- name: Checkout

Original file line numberDiff line numberDiff line change

@@ -2,12 +2,13 @@ name: quantecon

22

channels:

33

- default

44

dependencies:

5-

- python=3.10

6-

- anaconda=2023.03

5+

- python=3.11

6+

- anaconda=2023.09

77

- pip

88

- pip:

99

- jupyter-book==0.15.1

10-

- quantecon-book-theme==0.4.1

10+

- docutils==0.17.1

11+

- quantecon-book-theme==0.6.0

1112

- sphinx-tojupyter==0.3.0

1213

- sphinxext-rediraffe==0.2.7

1314

- sphinx-exercise==0.4.1

Original file line numberDiff line numberDiff line change

@@ -15,9 +15,4 @@ This website presents a set of lectures on quantitative economic modeling, desig

1515

[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](https://johnstachurski.net/).

1616
1717

```{tableofcontents}

18-

```

19-
20-
21-

```{admonition} Previous website

22-

While this new site will receive all future updates, you may still view the [old site here](https://d6mtww49nma8j.cloudfront.net/) for the next month.

23-

```

18+

```

Read the original on github.com ↗