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 ed7b040 commit 65edbd0Copy full SHA for 65edbd0
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
auto-update-conda: true
15
auto-activate-base: true
16
miniconda-version: 'latest'
17
- python-version: "3.13"
+ python-version: "3.12"
18
environment-file: environment.yml
19
activate-environment: quantecon
20
- name: Install latex dependencies
environment.yml
@@ -2,7 +2,7 @@ name: quantecon
2
channels:
3
- default
4
dependencies:
5
- - python=3.13
+ - python=3.12
6
- anaconda=2024.10
7
- pip
8
- pip:
0 commit comments