Skip to content

Commit

Permalink
Merge pull request #1 from vogt4nick/master
Browse files Browse the repository at this point in the history
create environment.yml for conda users
  • Loading branch information
klemag authored May 2, 2019
2 parents 6feb544 + cce23c2 commit 40e332d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: blackbox-tutorial2
channels:
- defaults
- anaconda
- conda-forge
dependencies:
- python =3.7
- pip
- pandas >=0.24.2, <0.25
- numpy >=1.16.1, <2
- matplotlib >=2.1, <3
- shap =0.28.5
- lime =0.1.1.33, <0.2
- eli5 >=0.8.1, <0.9
- scikit-learn >=0.20.3, <0.21
- scikit-image =0.15
- lightgbm >=2.2.2, <3
- keras >=2.2.4, <3
- jupyter

0 comments on commit 40e332d

Please sign in to comment.