Skip to content

Commit

Permalink
conda reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
camriddell committed Mar 14, 2023
1 parent 1759ba3 commit 76ad5fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ dmypy.json

# Cython debug symbols
cython_debug/

condaenv/
8 changes: 8 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- pip
- pip:
- -r requirements.txt
6 changes: 6 additions & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
econ-ark==0.10.4
tabulate==0.9.0
matplotlib==3.5.*
pandas==1.5.*
scipy==1.10.1

6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit 76ad5fb

Please sign in to comment.