We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bb7ed commit 123a763Copy full SHA for 123a763
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
auto-update-conda: true
13
auto-activate-base: true
14
miniconda-version: 'latest'
15
- python-version: 3.9
+ python-version: "3.10"
16
environment-file: environment.yml
17
activate-environment: quantecon
18
- name: Install latex dependencies
environment.yml
@@ -2,8 +2,8 @@ name: quantecon
2
channels:
3
- default
4
dependencies:
5
- - python=3.9
6
- - anaconda=2022.05
+ - python=3.10
+ - anaconda=2023.03
7
- pip
8
- pip:
9
- jupyter-book==0.15.1
0 commit comments