File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change
1
+ jupyter-server
2
+ ipykernel
3
+ numpy
4
+ scipy
5
+ matplotlib
6
+ pandas
7
+ dask
8
+ numba
9
+ scikit-image
10
+ scikit-learn
11
+ scipy
12
+ yfinance
13
+ quantecon
14
+ sympy
15
+ statsmodels
16
+ plotly
17
+ networkx
18
+ seaborn
19
+ graphviz
20
+ openpyxl
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
35
35
- uses : actions/setup-node@v4
36
36
with :
37
37
node-version : 18.x
38
- - name : Setup Anaconda
39
- uses : conda-incubator /setup-miniconda@v3
38
+ - name : Install Python
39
+ uses : actions /setup-python@v5
40
40
with :
41
- auto-update-conda : true
42
- auto-activate-base : true
43
- miniconda-version : ' latest'
44
41
python-version : ' 3.12'
45
- environment-file : environment-exp.yml
46
- activate-environment : quantecon
42
+ cache : ' pip'
43
+ cache-dependency-path : ' .github/requirements/requirements-execute.txt'
44
+ - name : Install execution requirements for ipykernel and jupyter-server
45
+ run : python -m pip install -r .github/requirements/requirements-execute.txt
46
+ shell : bash
47
47
- name : Install MyST Markdown
48
48
run : npm install -g mystmd
49
49
- name : Build HTML Assets
You can’t perform that action at this time.
0 commit comments