Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
jcwang587 committed Dec 8, 2024
1 parent e748d30 commit 8d82865
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: qe-mini-example
channels:
- default
dependencies:
- python=3.11
- sphinx
- pip
- numpy
- pandas
- matplotlib
- pip:
- quantecon
- jupyter-book
2 changes: 0 additions & 2 deletions .binder/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install jupyter-book
pip install numpy
- name: Build Jupyter Book
run: |

0 comments on commit 8d82865

Please sign in to comment.