We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ea4c2 commit ca22250Copy full SHA for ca22250
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
auto-update-conda: true
12
auto-activate-base: true
13
miniconda-version: 'latest'
14
- python-version: "3.12"
+ python-version: "3.13"
15
environment-file: environment.yml
16
activate-environment: quantecon
17
- name: Install latex dependencies
environment.yml
@@ -2,8 +2,8 @@ name: quantecon
2
channels:
3
- default
4
dependencies:
5
- - python=3.12
6
- - anaconda=2024.10
+ - python=3.13
+ - anaconda=2025.06
7
- pip
8
- pip:
9
- jupyter-book==1.0.3
0 commit comments