Skip to content

Commit

Permalink
Add environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 6, 2019
1 parent 2847ebb commit 1768e9f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: dpg

channels:
- defaults

dependencies:
- python=3.7
- graphviz=2.40
- python-graphviz=0.8
- matplotlib=3
- notebook=5.7
- numpy=1.16
- pandas=0.24
- pydotplus=2
- scikit-learn=0.20
- scipy=1.2
- seaborn=0.9
- xlrd>=1
- ipywidgets
- pytables=3.5

0 comments on commit 1768e9f

Please sign in to comment.