Skip to content

Commit 649a3b0

Browse files
authored
Add environment.yml
This allows to run the notebooks of this repository on https://mybinder.org/
1 parent 113b064 commit 649a3b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

environment.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: python-ml
2+
dependencies:
3+
- numpy
4+
- scipy
5+
- scikit-learn
6+
- matplotlib
7+
- pandas
8+
- pillow
9+
- graphviz
10+
- python-graphviz

0 commit comments

Comments
 (0)