Skip to content

Commit

Permalink
Merge pull request #194 from econ-ark/conda_env_binder
Browse files Browse the repository at this point in the history
Use env.yml for binder
  • Loading branch information
alanlujan91 committed Mar 29, 2023
2 parents dc735bd + cd8b876 commit a5fbeae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: DemARK
channels:
- conda-forge
dependencies:
- python=3.10
- matplotlib
- numpy
- ipywidgets
- seaborn
- scipy
- pandas
- pandas-datareader
- statsmodels
- linearmodels
- tqdm
- nbval
pip:
- cite2c
- git+https://github.com/econ-ark/hark@master

0 comments on commit a5fbeae

Please sign in to comment.