Skip to content

Commit

Permalink
Merge pull request #2 from camriddell/add-environment-yml
Browse files Browse the repository at this point in the history
Add environment yml
  • Loading branch information
alanlujan91 authored May 2, 2024
2 parents 511f714 + 99e4b6a commit ba8d1a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
16 changes: 16 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- numpy=1.21.1
- voila=0.2.10
- matplotlib=3.4.2
- jupyter=1.0.0
- ipywidgets=7.6.3
- bokeh==1.*
- econ-ark==0.14.1
- pip
- pip:
- ndlib
- pdfminer.six
10 changes: 0 additions & 10 deletions binder/requirements.txt

This file was deleted.

3 changes: 3 additions & 0 deletions reproduce.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

jupyter execute SIR_Ndlib.ipynb
python SIR.py

0 comments on commit ba8d1a2

Please sign in to comment.