Skip to content

Commit 95eb388

Browse files
committed
Change to pip
1 parent ff3231f commit 95eb388

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
- uses: actions/setup-node@v4
3636
with:
3737
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
4040
with:
41-
auto-update-conda: true
42-
auto-activate-base: true
43-
miniconda-version: 'latest'
4441
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
4747
- name: Install MyST Markdown
4848
run: npm install -g mystmd
4949
- name: Build HTML Assets

0 commit comments

Comments
 (0)